c|c_r|pthread*) ;;
*)
ifelse($3,,[
- AC_PHP_ONCE(LIBRARY, $1, [
- PHP_X_ADD_LIBRARY($1,$2,LIBS)
- ])
+ PHP_X_ADD_LIBRARY($1,$2,LIBS)
],[
if test "$ext_shared" = "yes"; then
PHP_X_ADD_LIBRARY($1,$2,$3)
dnl
dnl add a library to the link line (deferred)
AC_DEFUN(AC_ADD_LIBRARY_DEFER,[
- AC_PHP_ONCE(LIBRARY, $1, [
- ifelse($#, 1, DLIBS="-l$1 $DLIBS", DLIBS="$DLIBS -l$1")
- ])
+ ifelse($#, 1, DLIBS="-l$1 $DLIBS", DLIBS="$DLIBS -l$1")
])
dnl