File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -928,12 +928,6 @@ dnl ---------------------------------------------- Shared module
928
928
PHP_FAST_OUTPUT($ext_builddir/Makefile)
929
929
] )
930
930
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
-
937
931
dnl
938
932
dnl Solaris requires main code to be position independent in order
939
933
dnl to let shared objects find symbols. Weird. Ugly.
Original file line number Diff line number Diff line change @@ -822,6 +822,12 @@ PHP_OS=`uname`
822
822
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS ",[uname output])
823
823
824
824
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
+
825
831
PHP_SUBST_OLD(abs_builddir)
826
832
PHP_SUBST_OLD(abs_srcdir)
827
833
PHP_SUBST(bindir)
You can’t perform that action at this time.
0 commit comments