Mercurial > hg > xemacs-beta
comparison configure.in @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | 3078fd1074e8 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
2335 AC_PROG_YACC | 2335 AC_PROG_YACC |
2336 | 2336 |
2337 dnl checks for header files | 2337 dnl checks for header files |
2338 AC_CHECK_HEADERS(dnl | 2338 AC_CHECK_HEADERS(dnl |
2339 a.out.h dnl | 2339 a.out.h dnl |
2340 elf.h dnl | |
2340 cygwin/version.h dnl | 2341 cygwin/version.h dnl |
2341 fcntl.h dnl | 2342 fcntl.h dnl |
2342 inttypes.h dnl | 2343 inttypes.h dnl |
2343 libgen.h dnl | 2344 libgen.h dnl |
2344 locale.h dnl | 2345 locale.h dnl |
2955 XE_APPEND(OffiX, dragndrop_proto) | 2956 XE_APPEND(OffiX, dragndrop_proto) |
2956 fi | 2957 fi |
2957 | 2958 |
2958 dnl Autodetect Drag'n'Drop support | 2959 dnl Autodetect Drag'n'Drop support |
2959 dnl always included if CDE, Offix, or MSWindows are defined | 2960 dnl always included if CDE, Offix, or MSWindows are defined |
2960 AC_MSG_CHECKING(if drag and drop API is needed) | |
2961 if test "$with_dragndrop" != "no" ; then | 2961 if test "$with_dragndrop" != "no" ; then |
2962 AC_MSG_CHECKING(if drag and drop API is needed) | |
2962 if test -n "$dragndrop_proto" ; then | 2963 if test -n "$dragndrop_proto" ; then |
2963 with_dragndrop=yes | 2964 with_dragndrop=yes |
2964 AC_MSG_RESULT([yes (${dragndrop_proto} )]) | 2965 AC_MSG_RESULT([yes (${dragndrop_proto} )]) |
2965 AC_DEFINE(HAVE_DRAGNDROP) | 2966 AC_DEFINE(HAVE_DRAGNDROP) |
2966 XE_APPEND(dragdrop.o, extra_objs) | 2967 XE_APPEND(dragdrop.o, extra_objs) |