Mercurial > sdl-ios-xcode
changeset 1452:b7184889c1cb
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 27 Feb 2006 18:58:12 +0000 |
parents | b89bce877c0d |
children | 2eb75f8a32ca |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Feb 27 16:29:04 2006 +0000 +++ b/configure.in Mon Feb 27 18:58:12 2006 +0000 @@ -783,7 +783,7 @@ x11ext_lib='libXext.so' ;; *) - if test x$X_LIBS = x; then X_LIBS="-L/usr/lib"; fi + if test "x$X_LIBS" = "x"; then X_LIBS="-L/usr/lib"; fi x11_lib_spec=[`echo $X_LIBS | sed 's/.*-L\([^ ]*\).*/\1\/libX11.so.[0-9]/'`] x11_lib=`ls $x11_lib_spec 2>/dev/null | sort -r | sed 's/.*\/\(.*\)/\1/; q'` x11ext_lib_spec=[`echo $X_LIBS | sed 's/.*-L\([^ ]*\).*/\1\/libXext.so.[0-9]/'`]