diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-11-12 03:45:34 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-11-12 03:45:34 +0000 |
commit | c654c767695271bd69b4481dd4f8704982aeb2c2 (patch) | |
tree | 8ea686ee6a18619e82f80a7ff9905803e572e9ad /configure | |
parent | a9f95f4ec7475364a49a934e672ac2173132faa6 (diff) | |
download | e2fsprogs-c654c767695271bd69b4481dd4f8704982aeb2c2.tar.gz |
configure:
Check for the existence of setjmp.h
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1677,7 +1677,7 @@ else fi echo "$ac_t""$CPP" 1>&6 -for ac_hdr in stdlib.h unistd.h stdarg.h errno.h mntent.h dirent.h getopt.h linux/fd.h linux/major.h sys/disklabel.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h +for ac_hdr in stdlib.h unistd.h stdarg.h errno.h mntent.h dirent.h getopt.h setjmp.h linux/fd.h linux/major.h sys/disklabel.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |