]> granicus.if.org Git - php/commitdiff
"-" is not acceptable in a #define (i have since discovered). converting all - to...
authorJames Cox <imajes@php.net>
Mon, 1 Jul 2002 01:01:06 +0000 (01:01 +0000)
committerJames Cox <imajes@php.net>
Mon, 1 Jul 2002 01:01:06 +0000 (01:01 +0000)
# should we issue a warning here too?

acinclude.m4

index 1ab99126bfc7dc53efd88b2d27d5307356fcb365..f8fc1e700654469d79beffb9f667cc2c563b754e 100644 (file)
@@ -1183,7 +1183,7 @@ dnl ---------------------------------------------- Static module
 dnl ---------------------------------------------- Shared module
       PHP_ADD_SOURCES_X(PHP_EXT_DIR($1),$2,$ac_extra,shared_objects_$1,yes)
       PHP_SHARED_MODULE($1,shared_objects_$1, $ext_builddir)
-      AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z_-), 1, Whether to build $1 as dynamic module)
+      AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z__), 1, Whether to build $1 as dynamic module)
     fi
   fi