diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -657,6 +657,8 @@ fi _ldd=ldd if darwin; then _ldd="otool -L" + _ld_extra="$_ld_extra -L/usr/local/lib" + _inc_extra="$_inc_extra -I/usr/local/include" fi if aix ; then |