]> granicus.if.org Git - php/commitdiff
Fix typo. This caused strange errors when using --with-apxs.
authorSascha Schumann <sas@php.net>
Mon, 4 Oct 1999 09:51:46 +0000 (09:51 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Oct 1999 09:51:46 +0000 (09:51 +0000)
acinclude.m4

index a97e523ee6de4a575b79183d68b1e86d0ac47a90..85d804ebc1ee747e383ed9dbd9b3e0b360f1ac55 100644 (file)
@@ -51,7 +51,7 @@ dnl builds RPATH from PHP_RPATHS
 dnl
 AC_DEFUN(AC_BUILD_RPATH,[
   if test "$enable_rpath" = "yes" && test -n "$PHP_RPATHS"; then
-    if test -n "$AXPS"; then
+    if test -n "$APXS"; then
       for i in $PHP_RPATHS; do
         RPATHS="$RPATHS ${apxs_runpath_switch}$i'"
       done