]> granicus.if.org Git - php/commitdiff
Only link with bundled regex, if the user wants it.
authorSascha Schumann <sas@php.net>
Sat, 9 Oct 1999 16:45:12 +0000 (16:45 +0000)
committerSascha Schumann <sas@php.net>
Sat, 9 Oct 1999 16:45:12 +0000 (16:45 +0000)
Makefile.am

index c3aa3d5189191566a4061ba13e0f6d9a173e0704..da26074fbfcb24f223b7caabf84c85060d0cc89f 100644 (file)
@@ -18,7 +18,7 @@ libphp4_la_SOURCES = \
 libphp4_la_LIBADD = \
                libzend/libzend.la \
                sapi/$(PHP_SAPI)/libphpsapi_$(PHP_SAPI).la \
-               regex/libregex.la \
+               $(REGEX_LIB) \
                $(EXT_LTLIBS) \
                $(TSRM_LIB) \
                $(EXTRA_LIBS)
@@ -28,7 +28,7 @@ libphp4_la_LDFLAGS = $(BUILDLDFLAGS) $(PHP_RPATHS)
 libphp4_la_DEPENDENCIES = \
                libzend/libzend.la \
                sapi/$(PHP_SAPI)/libphpsapi_$(PHP_SAPI).la \
-               regex/libregex.la \
+               $(REGEX_LIB) \
                $(EXT_LTLIBS) \
                $(TSRM_LIB)