]> granicus.if.org Git - php/commitdiff
- Fixed bug #26462 (phpize + ext/bcmath -> compile error)
authorfoobar <sniper@php.net>
Sat, 29 Nov 2003 13:33:34 +0000 (13:33 +0000)
committerfoobar <sniper@php.net>
Sat, 29 Nov 2003 13:33:34 +0000 (13:33 +0000)
configure.in
ext/bcmath/libbcmath/src/bcmath.h

index 6a627b6646a8da721c0db07650de296984da57fb..9a6791a27d7282bc1116d9b97c38f7faff826f7f 100644 (file)
@@ -1223,13 +1223,6 @@ if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL
   REDO_ALL=yes
 fi
 
-if test ! -f $srcdir/ext/bcmath/number.c; then
-  echo "creating number.c"
-  echo "/* Dummy File */" > $srcdir/ext/bcmath/number.c
-  echo "creating number.h"
-  echo "/* Dummy File */" > $srcdir/ext/bcmath/number.h
-fi
-
 ################################################################
 # Create configuration headers
 #
index 1914d0bcdfdf29b557681d14c856b696c09006f0..7612eabf5d1a4b84b30fc22857da1e30664c4594 100644 (file)
@@ -53,8 +53,7 @@ typedef struct bc_struct
     } bc_struct;
 
 #include "php.h"
-#include "ext/bcmath/php_bcmath.h"
-
+#include "../../php_bcmath.h"
 
 /* The base used in storing the numbers in n_value above.
    Currently this MUST be 10. */