]> granicus.if.org Git - php/commitdiff
Give defaults for pread and pwrite checks when cross compiling
authorAlex Waugh <alexwaugh@php.net>
Sun, 30 Dec 2001 15:39:01 +0000 (15:39 +0000)
committerAlex Waugh <alexwaugh@php.net>
Sun, 30 Dec 2001 15:39:01 +0000 (15:39 +0000)
acinclude.m4

index c63db812b86a9666e818bfba5e5ea95e0a16151b..817e6dc904bd090a3f54a75fee26feb5c6673441 100644 (file)
@@ -245,6 +245,8 @@ AC_DEFUN(PHP_MISSING_PREAD_DECL,[
       ],[
         ac_cv_pread=no
       ])
+    ],[
+      ac_cv_pread=no
     ])
   ])
   ])
@@ -279,6 +281,8 @@ AC_DEFUN(PHP_MISSING_PWRITE_DECL,[
       ],[
         ac_cv_pwrite=no
       ])
+    ],[
+      ac_cv_pwrite=no
     ])
   ])
   ])