comparison configure @ 87951:0c208f9e2445

Regnerate configure.
author Michael Olson <mwolson@gnu.org>
date Fri, 25 Jan 2008 02:46:19 +0000
parents ce4c5e0799c9
children a848c1841fb4
comparison
equal deleted inserted replaced
87950:18f37fdc2094 87951:0c208f9e2445
11541 fi 11541 fi
11542 fi 11542 fi
11543 fi 11543 fi
11544 11544
11545 HAVE_DBUS=no 11545 HAVE_DBUS=no
11546 { echo "$as_me:$LINENO: checking maybe dbus" >&5
11547 echo $ECHO_N "checking maybe dbus... $ECHO_C" >&6; }
11548 if test "${with_dbus}" = "yes"; then 11546 if test "${with_dbus}" = "yes"; then
11549 11547
11550 succeeded=no 11548 succeeded=no
11551 11549
11552 # Extract the first word of "pkg-config", so it can be a program name with args. 11550 # Extract the first word of "pkg-config", so it can be a program name with args.
11645 cat >>confdefs.h <<\_ACEOF 11643 cat >>confdefs.h <<\_ACEOF
11646 #define HAVE_DBUS 1 11644 #define HAVE_DBUS 1
11647 _ACEOF 11645 _ACEOF
11648 11646
11649 fi 11647 fi
11650 { echo "$as_me:$LINENO: result: $HAVE_DBUS" >&5
11651 echo "${ECHO_T}$HAVE_DBUS" >&6; }
11652 else
11653 { echo "$as_me:$LINENO: result: no bub" >&5
11654 echo "${ECHO_T}no bub" >&6; }
11655 fi 11648 fi
11656 11649
11657 ### Link with -lXft if available to work around a bug. 11650 ### Link with -lXft if available to work around a bug.
11658 HAVE_XFT=maybe 11651 HAVE_XFT=maybe
11659 if test "${HAVE_GTK}" = "yes"; then 11652 if test "${HAVE_GTK}" = "yes"; then
23448 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" 23441 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
23449 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name" 23442 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name"
23450 echo " Does Emacs use -lpng? ${HAVE_PNG}" 23443 echo " Does Emacs use -lpng? ${HAVE_PNG}"
23451 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}" 23444 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
23452 echo " Does Emacs use -lgpm? ${HAVE_GPM}" 23445 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
23446 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
23453 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 23447 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
23454 echo 23448 echo
23455 23449
23456 if test $USE_XASSERTS = yes; then 23450 if test $USE_XASSERTS = yes; then
23457 echo " Compiling with asserts turned on." 23451 echo " Compiling with asserts turned on."