forked from Lainports/freebsd-ports
in extended partition creation. Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Obtained from: author
14 lines
769 B
Text
14 lines
769 B
Text
diff -ruw configure configure
|
|
--- configure 2004-03-06 19:39:27.000000000 +0100
|
|
+++ configure 2004-03-21 11:32:59.000000000 +0100
|
|
@@ -4286,7 +4286,9 @@
|
|
|
|
|
|
|
|
-for ac_header in curses.h dal/file_dal.h dal/file.h fcntl.h features.h linux/hdreg.h locale.h machine/endian.h ncurses.h stdint.h stdlib.h string.h sys/disk.h sys/disklabel.h sys/ioctl.h sys/mount.h sys/param.h sys/time.h unistd.h
|
|
+
|
|
+
|
|
+for ac_header in byteswap.h curses.h dal/file_dal.h dal/file.h fcntl.h features.h linux/hdreg.h locale.h machine/endian.h ncurses.h stdint.h stdlib.h string.h sys/disk.h sys/disklabel.h sys/endian.h sys/ioctl.h sys/mount.h sys/param.h sys/time.h unistd.h
|
|
do
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|