summaryrefslogtreecommitdiff
path: root/build/php.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/php.m4')
-rw-r--r--build/php.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/build/php.m4 b/build/php.m4
index bcf89e3bdd..f5351ad4eb 100644
--- a/build/php.m4
+++ b/build/php.m4
@@ -768,7 +768,7 @@ dnl PHP_BUILD_SHARED
dnl
AC_DEFUN([PHP_BUILD_SHARED],[
PHP_BUILD_PROGRAM
- OVERALL_TARGET=libphp[]$PHP_MAJOR_VERSION[.la]
+ OVERALL_TARGET=libphp.la
php_sapi_module=shared
php_c_pre=$shared_c_pre
@@ -785,7 +785,7 @@ dnl PHP_BUILD_STATIC
dnl
AC_DEFUN([PHP_BUILD_STATIC],[
PHP_BUILD_PROGRAM
- OVERALL_TARGET=libphp[]$PHP_MAJOR_VERSION[.la]
+ OVERALL_TARGET=libphp.la
php_sapi_module=static
])
@@ -794,7 +794,7 @@ dnl PHP_BUILD_BUNDLE
dnl
AC_DEFUN([PHP_BUILD_BUNDLE],[
PHP_BUILD_PROGRAM
- OVERALL_TARGET=libs/libphp[]$PHP_MAJOR_VERSION[.bundle]
+ OVERALL_TARGET=libs/libphp.bundle
php_sapi_module=static
])