comparison configure.ac @ 14206:c2b3ecb1a99b

[gaim-migrate @ 16880] The show must go on, without gntgaim if need be. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 08:02:43 +0000
parents ecc7f6f64ddd
children fff6be71e0bd
comparison
equal deleted inserted replaced
14205:72042b59b658 14206:c2b3ecb1a99b
806 AM_CONDITIONAL(ENABLE_DBUS, test "x$enable_dbus" = "xyes") 806 AM_CONDITIONAL(ENABLE_DBUS, test "x$enable_dbus" = "xyes")
807 807
808 dnl ####################################################################### 808 dnl #######################################################################
809 dnl # GNT Gaim 809 dnl # GNT Gaim
810 dnl ####################################################################### 810 dnl #######################################################################
811 if test "x$enable_gnt" = "xyes"; then
812 AC_CHECK_LIB(ncursesw, initscr, , [enable_gnt=no])
813 AC_CHECK_LIB(panelw, update_panels, , [enable_gnt=no])
814 fi
811 AM_CONDITIONAL(ENABLE_GNT, test "x$enable_gnt" = "xyes") 815 AM_CONDITIONAL(ENABLE_GNT, test "x$enable_gnt" = "xyes")
812 816
813 dnl ####################################################################### 817 dnl #######################################################################
814 dnl # Look for startup-notification, evolution integration, X-libraries, 818 dnl # Look for startup-notification, evolution integration, X-libraries,
815 dnl # XScreenSaver, X session management, GtkSpell only if GTK+ was found 819 dnl # XScreenSaver, X session management, GtkSpell only if GTK+ was found