Mercurial > sdl-ios-xcode
changeset 4087:4867f7f7dd34 SDL-1.2 release-1.2.12
I'm not sure if this helps anything, but it was clearly wrong.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 20 Jul 2007 08:17:45 +0000 |
parents | 7cd5a59480a4 |
children | cbe2f23a1c2b |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Jul 20 03:30:41 2007 +0000 +++ b/configure.in Fri Jul 20 08:17:45 2007 +0000 @@ -937,7 +937,7 @@ x11ext_lib='libXext.so' ;; *) - x11_lib_spec=[`echo $X_LIBS | sed 's/.*-L\([^ ]*\).*/\1/'`] + x11_lib_path=[`echo $X_LIBS | sed 's/.*-L\([^ ]*\).*/\1/'`] for path in $x11_lib_path /usr/lib /usr/X11/lib /usr/X11R6/lib; do if test "x$x11_lib" = "x"; then x11_lib=[`ls -- $path/libX11.so.[0-9] 2>/dev/null | sort -r | sed 's/.*\/\(.*\)/\1/; q'`]