echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
if test "${wx_cv_std_libpath+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
if test "${wx_cv_std_libpath+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
- for e in a so sl dylib dll.a; do
- libc="$d/libc.$e"
- if test -f $libc; then
- save_LIBS="$LIBS"
- LIBS="$libc"
- cat >conftest.$ac_ext <<_ACEOF
+ for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
+ for e in a so sl dylib dll.a; do
+ libc="$d/libc.$e"
+ if test -f $libc; then
+ save_LIBS="$LIBS"
+ LIBS="$libc"
+ cat >conftest.$ac_ext <<_ACEOF