Skip to content

Commit

Permalink
Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dickmeiss committed Feb 3, 2002
1 parent c4d84aa commit 4935636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Zend/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ libZend_la_SOURCES=\
zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
zend_ini.c zend_qsort.c zend_objects.c

libZend_la_LDFLAGS = @EXTRA_LIBS@
libZend_la_LDFLAGS =
libZend_la_LIBADD = @ZEND_EXTRA_LIBS@

# automake isn't too clever about "non-standard" use of lex and yacc

Expand Down
4 changes: 2 additions & 2 deletions Zend/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ fi
LIBZEND_ENABLE_DEBUG
LIBZEND_OTHER_CHECKS

EXTRA_LIBS="$LIBS"
ZEND_EXTRA_LIBS="$LIBS"
LIBS=""
AC_SUBST(EXTRA_LIBS)
AC_SUBST(ZEND_EXTRA_LIBS)
AC_OUTPUT(Makefile)

# Local Variables:
Expand Down

0 comments on commit 4935636

Please sign in to comment.