Mercurial > hg > xemacs-beta
comparison configure @ 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 |
---|---|
3422 test -n "$YACC" && break | 3422 test -n "$YACC" && break |
3423 done | 3423 done |
3424 test -n "$YACC" || YACC="yacc" | 3424 test -n "$YACC" || YACC="yacc" |
3425 | 3425 |
3426 | 3426 |
3427 for ac_hdr in a.out.h cygwin/version.h fcntl.h inttypes.h libgen.h locale.h mach/mach.h sys/param.h sys/pstat.h sys/time.h sys/timeb.h sys/un.h ulimit.h unistd.h utime.h | 3427 for ac_hdr in a.out.h elf.h cygwin/version.h fcntl.h inttypes.h libgen.h locale.h mach/mach.h sys/param.h sys/pstat.h sys/time.h sys/timeb.h sys/un.h ulimit.h unistd.h utime.h |
3428 do | 3428 do |
3429 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 3429 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
3430 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 3430 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
3431 echo "configure:3432: checking for $ac_hdr" >&5 | 3431 echo "configure:3432: checking for $ac_hdr" >&5 |
3432 | 3432 |
7031 | 7031 |
7032 dnd_objs="$dnd_objs offix.o" && if test "$extra_verbose" = "yes"; then echo " Appending \"offix.o\" to \$dnd_objs"; fi | 7032 dnd_objs="$dnd_objs offix.o" && if test "$extra_verbose" = "yes"; then echo " Appending \"offix.o\" to \$dnd_objs"; fi |
7033 dragndrop_proto="$dragndrop_proto OffiX" && if test "$extra_verbose" = "yes"; then echo " Appending \"OffiX\" to \$dragndrop_proto"; fi | 7033 dragndrop_proto="$dragndrop_proto OffiX" && if test "$extra_verbose" = "yes"; then echo " Appending \"OffiX\" to \$dragndrop_proto"; fi |
7034 fi | 7034 fi |
7035 | 7035 |
7036 echo $ac_n "checking if drag and drop API is needed""... $ac_c" 1>&6 | |
7037 echo "configure:7038: checking if drag and drop API is needed" >&5 | |
7038 if test "$with_dragndrop" != "no" ; then | 7036 if test "$with_dragndrop" != "no" ; then |
7037 echo $ac_n "checking if drag and drop API is needed""... $ac_c" 1>&6 | |
7038 echo "configure:7039: checking if drag and drop API is needed" >&5 | |
7039 if test -n "$dragndrop_proto" ; then | 7039 if test -n "$dragndrop_proto" ; then |
7040 with_dragndrop=yes | 7040 with_dragndrop=yes |
7041 echo "$ac_t""yes (${dragndrop_proto} )" 1>&6 | 7041 echo "$ac_t""yes (${dragndrop_proto} )" 1>&6 |
7042 { test "$extra_verbose" = "yes" && cat << \EOF | 7042 { test "$extra_verbose" = "yes" && cat << \EOF |
7043 Defining HAVE_DRAGNDROP | 7043 Defining HAVE_DRAGNDROP |