Browse Source

Provide name of libtool archive.

Apache 2.0's apxs prefers that.
PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
5b7ff6f72a
  1. 1
      configure.in

1
configure.in

@ -139,6 +139,7 @@ dnl paths to the targets are relative to the build directory
SAPI_PROGRAM=php
SAPI_SHARED=libs/libphp4.$SHLIB_SUFFIX_NAME
SAPI_STATIC=libs/libphp4.a
SAPI_LIBTOOL=libphp4.la
PHP_CONFIGURE_PART(Configuring SAPI modules)

Loading…
Cancel
Save