Mercurial > pidgin.yaz
comparison configure.ac @ 22559:e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
it, in fact, that I decided to add the ability to disable pixmap installation
to our configure script. For the two of us that actually wanted it, here it is.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 30 Mar 2008 00:19:07 +0000 |
parents | 9693a727e7ef |
children | 0085d8b80bc4 |
comparison
equal
deleted
inserted
replaced
22557:25d34ee59435 | 22559:e4b2cbc246da |
---|---|
2140 [AC_MSG_RESULT([no, testing is disabled])]) | 2140 [AC_MSG_RESULT([no, testing is disabled])]) |
2141 ]) | 2141 ]) |
2142 AM_CONDITIONAL(HAVE_CHECK, [test "x$CHECK_LIBS" != "x"]) | 2142 AM_CONDITIONAL(HAVE_CHECK, [test "x$CHECK_LIBS" != "x"]) |
2143 AC_SUBST(CHECK_CFLAGS) | 2143 AC_SUBST(CHECK_CFLAGS) |
2144 AC_SUBST(CHECK_LIBS) | 2144 AC_SUBST(CHECK_LIBS) |
2145 | |
2146 dnl ####################################################################### | |
2147 dnl # Disable pixmap installation | |
2148 dnl ####################################################################### | |
2149 AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--enable-pixmaps-install], [enable installation of pixmap files]), enable_pixmaps="$enableval", enable_pixmaps=yes) | |
2150 | |
2151 AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes") | |
2145 | 2152 |
2146 dnl ####################################################################### | 2153 dnl ####################################################################### |
2147 dnl # Check for Doxygen and dot (part of GraphViz) | 2154 dnl # Check for Doxygen and dot (part of GraphViz) |
2148 dnl ####################################################################### | 2155 dnl ####################################################################### |
2149 AC_ARG_ENABLE(doxygen, | 2156 AC_ARG_ENABLE(doxygen, |
2298 echo Build with NetworkManager..... : $enable_libnm | 2305 echo Build with NetworkManager..... : $enable_libnm |
2299 echo SSL Library/Libraries......... : $msg_ssl | 2306 echo SSL Library/Libraries......... : $msg_ssl |
2300 echo Build with Cyrus SASL support. : $enable_cyrus_sasl | 2307 echo Build with Cyrus SASL support. : $enable_cyrus_sasl |
2301 echo Use kerberos 4 with zephyr.... : $kerberos | 2308 echo Use kerberos 4 with zephyr.... : $kerberos |
2302 echo Use external libzephyr........ : $zephyr | 2309 echo Use external libzephyr........ : $zephyr |
2310 echo Install pixmaps............... : $enable_pixmaps | |
2303 echo Has you....................... : yes | 2311 echo Has you....................... : yes |
2304 echo | 2312 echo |
2305 echo Use XScreenSaver Extension.... : $enable_screensaver | 2313 echo Use XScreenSaver Extension.... : $enable_screensaver |
2306 echo Use X Session Management...... : $enable_sm | 2314 echo Use X Session Management...... : $enable_sm |
2307 echo Use startup notification...... : $enable_startup_notification | 2315 echo Use startup notification...... : $enable_startup_notification |