# HG changeset patch # User John Bailey # Date 1208323934 0 # Node ID d79f10007de067b4e2e732837a8b165d7840fac8 # Parent 919074aa02caafe22fc193e1634fc40f583796c5 Attempt to make it a bit more obvious that people need to have half a clue what they're doing when using '--disable-pixmaps-install' when configuring. diff -r 919074aa02ca -r d79f10007de0 configure.ac --- a/configure.ac Wed Apr 16 00:01:03 2008 +0000 +++ b/configure.ac Wed Apr 16 05:32:14 2008 +0000 @@ -2248,7 +2248,7 @@ dnl ####################################################################### dnl # Disable pixmap installation dnl ####################################################################### -AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--disable-pixmaps-install], [disable installation of pixmap files]), enable_pixmaps="$enableval", enable_pixmaps=yes) +AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--disable-pixmaps-install], [disable installation of pixmap files - Pidgin still needs them!]), enable_pixmaps="$enableval", enable_pixmaps=yes) AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes") @@ -2437,6 +2437,11 @@ if test "x$pidginpath" != "x" ; then echo Warning: You have an old copy of Pidgin at $pidginpath. fi +if test "x$enable_pixmaps" = "xno"; then + echo + echo Warning: You have disabled the installation of pixmap data, but Pidgin + echo still requires installed pixmaps! Be sure you know what you're doing! +fi echo echo configure complete, now type \'make\' echo