|
|
@@ -1,5 +1,5 @@
|
|
|
#! /bin/sh
|
|
|
-# From configure.ac Revision: 1.47 .
|
|
|
+# From configure.ac Revision: 2576 .
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
# Generated by GNU Autoconf 2.59.
|
|
|
#
|
|
|
@@ -8210,18 +8210,24 @@ else
|
|
|
ac_cv_func_fork_works=cross
|
|
|
else
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
-/* By Ruediger Kuhlmann. */
|
|
|
- #include <sys/types.h>
|
|
|
- #if HAVE_UNISTD_H
|
|
|
- # include <unistd.h>
|
|
|
- #endif
|
|
|
- /* Some systems only have a dummy stub for fork() */
|
|
|
- int main ()
|
|
|
- {
|
|
|
- if (fork() < 0)
|
|
|
- exit (1);
|
|
|
- exit (0);
|
|
|
- }
|
|
|
+/* confdefs.h. */
|
|
|
+_ACEOF
|
|
|
+cat confdefs.h >>conftest.$ac_ext
|
|
|
+cat >>conftest.$ac_ext <<_ACEOF
|
|
|
+/* end confdefs.h. */
|
|
|
+$ac_includes_default
|
|
|
+int
|
|
|
+main ()
|
|
|
+{
|
|
|
+
|
|
|
+ /* By Ruediger Kuhlmann. */
|
|
|
+ if (fork() < 0)
|
|
|
+ exit (1);
|
|
|
+ exit (0);
|
|
|
+
|
|
|
+ ;
|
|
|
+ return 0;
|
|
|
+}
|
|
|
_ACEOF
|
|
|
rm -f conftest$ac_exeext
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|