Mercurial > pidgin.yaz
changeset 22657:d79f10007de0
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.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 16 Apr 2008 05:32:14 +0000 |
parents | 919074aa02ca |
children | ac12e2598a03 |
files | configure.ac |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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