Skip to content

Commit 9350a23

Browse files
author
Sascha Schumann
committed
Move PHP_SUBSTs to configure.in.
1 parent 8ab1c2a commit 9350a23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

acinclude.m4

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -928,12 +928,6 @@ dnl ---------------------------------------------- Shared module
928928
PHP_FAST_OUTPUT($ext_builddir/Makefile)
929929
])
930930

931-
PHP_SUBST(EXT_SUBDIRS)
932-
PHP_SUBST(EXT_STATIC)
933-
PHP_SUBST(EXT_SHARED)
934-
PHP_SUBST(EXT_LIBS)
935-
PHP_SUBST(EXT_LTLIBS)
936-
937931
dnl
938932
dnl Solaris requires main code to be position independent in order
939933
dnl to let shared objects find symbols. Weird. Ugly.

configure.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,12 @@ PHP_OS=`uname`
822822
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
823823
824824
825+
PHP_SUBST(EXT_SUBDIRS)
826+
PHP_SUBST(EXT_STATIC)
827+
PHP_SUBST(EXT_SHARED)
828+
PHP_SUBST(EXT_LIBS)
829+
PHP_SUBST(EXT_LTLIBS)
830+
825831
PHP_SUBST_OLD(abs_builddir)
826832
PHP_SUBST_OLD(abs_srcdir)
827833
PHP_SUBST(bindir)

0 commit comments

Comments
 (0)