pidgin: debed63e: Attempt to make it a bit more obvious th...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Wed Apr 16 01:50:41 EDT 2008
-----------------------------------------------------------------
Revision: debed63e47090bd9c5f465a6d7e1f1363686772a
Ancestor: 1ba0b14b585e7117448603344c7363db00d6961b
Author: rekkanoryo at pidgin.im
Date: 2008-04-16T05:32:14
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/debed63e47090bd9c5f465a6d7e1f1363686772a
Modified files:
configure.ac
ChangeLog:
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.
-------------- next part --------------
============================================================
--- configure.ac 3987d5c3c0e2838345b1e70ade2f8ca03aee4857
+++ configure.ac 8a40250a3f84073c778c66410c4fd2a55a0cd8f3
@@ -2248,7 +2248,7 @@ dnl ####################################
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 @@ fi
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
More information about the Commits
mailing list