/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.375 by jhd, Wed Oct 20 16:16:07 2004 UTC revision 1.376 by jhd, Tue Nov 2 07:33:51 2004 UTC
# Line 1977  if test "${with_gtk}" = "yes" || test "$ Line 1977  if test "${with_gtk}" = "yes" || test "$
1977      AC_DEFINE(HAVE_GTK_MULTIDISPLAY, 1,      AC_DEFINE(HAVE_GTK_MULTIDISPLAY, 1,
1978                [Define to 1 if GTK can handle more than one display.])                [Define to 1 if GTK can handle more than one display.])
1979    fi    fi
1980      dnl  Check if we have the old file selection dialog.
1981      dnl  If gdk_display_open exists, assume all others are there also.
1982      HAVE_GTK_FILE_SELECTION=no
1983      AC_CHECK_FUNCS(gtk_file_selection_new, HAVE_GTK_FILE_SELECTION=yes)
1984    
1985      dnl  Check if we have the new file chooser dialog
1986      dnl  If gdk_display_open exists, assume all others are there also.
1987      HAVE_GTK_FILE_CHOOSER=no
1988      AC_CHECK_FUNCS(gtk_file_chooser_dialog_new, HAVE_GTK_FILE_CHOOSER=yes)
1989    
1990      if test "$HAVE_GTK_FILE_SELECTION" = yes \
1991         && test "$HAVE_GTK_FILE_CHOOSER" = yes;  then
1992        AC_DEFINE(HAVE_GTK_FILE_BOTH, 1,
1993                  [Define to 1 if GTK has both file selection and chooser dialog.])
1994      fi
1995  fi  fi
1996    
1997  dnl Do not put whitespace before the #include statements below.  dnl Do not put whitespace before the #include statements below.

Legend:
Removed from v.1.375  
changed lines
  Added in v.1.376

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26