diff options
author | Sascha Schumann <sas@php.net> | 1999-07-11 10:51:41 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-11 10:51:41 +0000 |
commit | f0febf044fbe5a68bb3200a22fa4c205ba7baf26 (patch) | |
tree | 0b314329fab59f1eaf157edf2a24395586d6c4cf /acinclude.m4 | |
parent | 3b037ebbe9709583f87b7f922337174a9a8034cb (diff) | |
download | php-git-f0febf044fbe5a68bb3200a22fa4c205ba7baf26.tar.gz |
merge in some autoconf stuff
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 57dd78e742..581adbb79e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -38,6 +38,8 @@ AC_DEFUN(AC_ADD_LIBPATH,[ AC_EXPAND_PATH($1, ai_p) AC_PHP_ONCE(LIBPATH, $ai_p, [ EXTRA_LIBS="$EXTRA_LIBS -L$ai_p" + if test -n "$rpath_raw" ; then + RPATHS="$RPATHS ${raw_runpath_switch}$ai_p" if test -n "$APXS" ; then RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'" else |