mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. --- ./configure.vanilla 2007-02-09 16:45:22.000000000 +0100
  2. +++ ./configure 2007-02-09 16:46:27.000000000 +0100
  3. @@ -4582,7 +4582,7 @@
  4. $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
  5. if test "$?" != "0"; then
  6. - APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  7. + APACHE_INSTALL="$APXS -i -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  8. else
  9. APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
  10. if test -z `$APXS -q SYSCONFDIR`; then
  11. @@ -6529,7 +6529,7 @@
  12. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  13. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  14. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  15. - -i -a -n php5"
  16. + -i -n php5"
  17. fi
  18. case $host_alias in
  19. @@ -7528,7 +7528,7 @@
  20. $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
  21. if test "$?" != "0"; then
  22. - APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  23. + APACHE_HOOKS_INSTALL="$APXS -i -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  24. else
  25. APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
  26. if test -z `$APXS -q SYSCONFDIR`; then