Updating skeinsum with a new scheme for reading large files, simplifying command...
[skeinsum.git] / configure
index 8b47871fb81fc748043e83d64d60aba1397b4113..a4c3b40df55918436f94d3b733b155b9eb0e0ad9 100755 (executable)
--- a/configure
+++ b/configure
@@ -2712,9 +2712,8 @@ fi
 
 
 # Define the identity of the package.
-
- PACKAGE=skeinsum
- VERSION=1.0
+ PACKAGE='skeinsum'
+ VERSION='1.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4249,7 +4248,7 @@ fi
 done
 
 
-for ac_header in limits.h malloc.h stddef.h stdlib.h string.h unistd.h
+for ac_header in limits.h malloc.h stddef.h stdlib.h string.h unistd.h errno.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"