comparison configure.ac @ 14396:9e9699792bb9

[gaim-migrate @ 17104] Add option in gntgf to set the URGENT hint for the terminal's window (in X). Unescape the status-string in the statusbox. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 01 Sep 2006 02:07:23 +0000
parents d72cbd259357
children eeca8be382a5
comparison
equal deleted inserted replaced
14395:d72cbd259357 14396:9e9699792bb9
678 x_incpath_add= 678 x_incpath_add=
679 else 679 else
680 x_incpath_add="-I$x_includes" 680 x_incpath_add="-I$x_includes"
681 fi 681 fi
682 682
683 PKG_CHECK_MODULES(X11, x11,
684 [AC_DEFINE(HAVE_X11, 1, [Define to 1 if you have X11])], [AC_MSG_RESULT(no)])
685 AC_SUBST(X11_LIBS)
686 AC_SUBST(X11_CFLAGS)
687
683 dnl ####################################################################### 688 dnl #######################################################################
684 dnl # Check for DBUS libraries 689 dnl # Check for DBUS libraries
685 dnl ####################################################################### 690 dnl #######################################################################
686 691
687 AC_ARG_ENABLE(dbus, [ --enable-dbus enable DBUS support],,enable_dbus=yes) 692 AC_ARG_ENABLE(dbus, [ --enable-dbus enable DBUS support],,enable_dbus=yes)
820 dnl # Look for startup-notification, evolution integration, X-libraries, 825 dnl # Look for startup-notification, evolution integration, X-libraries,
821 dnl # XScreenSaver, X session management, GtkSpell only if GTK+ was found 826 dnl # XScreenSaver, X session management, GtkSpell only if GTK+ was found
822 dnl ####################################################################### 827 dnl #######################################################################
823 828
824 if test "x$enable_gtk" = "xyes"; then 829 if test "x$enable_gtk" = "xyes"; then
825
826 AC_PATH_XTRA
827 # We can't assume that $x_libraries will be set, because autoconf does not
828 # set it in the case when the X libraries are in a standard place.
829 # Ditto for $x_includes
830 if test X"$x_libraries" = X"" || test X"$x_libraries" = XNONE; then
831 x_libpath_add=
832 else
833 x_libpath_add="-L$x_libraries"
834 fi
835 if test X"$x_includes" = X"" || test X"$x_includes" = XNONE; then
836 x_incpath_add=
837 else
838 x_incpath_add="-I$x_includes"
839 fi
840 830
841 dnl ####################################################################### 831 dnl #######################################################################
842 dnl # Check for startup notification 832 dnl # Check for startup notification
843 dnl ####################################################################### 833 dnl #######################################################################
844 AC_ARG_ENABLE(startup-notification, [AC_HELP_STRING([--disable-startup-notification], [compile without startup notification support])], , enable_startup_notification=yes) 834 AC_ARG_ENABLE(startup-notification, [AC_HELP_STRING([--disable-startup-notification], [compile without startup notification support])], , enable_startup_notification=yes)