X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=405cf6c9e251781fc125365d37a1be9b5f06c46b;hb=0b9baacd1e036a42e9298ebbc70af01ecd4c222f;hp=58b3db1eb5c3f77350346e69f64ff2fe9e822ba0;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git diff --git a/configure.in b/configure.in index 58b3db1..405cf6c 100644 --- a/configure.in +++ b/configure.in @@ -2339,6 +2339,7 @@ AC_PROG_YACC dnl checks for header files AC_CHECK_HEADERS(dnl a.out.h dnl + elf.h dnl cygwin/version.h dnl fcntl.h dnl inttypes.h dnl @@ -2959,8 +2960,8 @@ fi dnl Autodetect Drag'n'Drop support dnl always included if CDE, Offix, or MSWindows are defined -AC_MSG_CHECKING(if drag and drop API is needed) if test "$with_dragndrop" != "no" ; then + AC_MSG_CHECKING(if drag and drop API is needed) if test -n "$dragndrop_proto" ; then with_dragndrop=yes AC_MSG_RESULT([yes (${dragndrop_proto} )])