From 8fe4cc2bf8e54d44ba2bd8f2ab44d9e7a4b3ab65 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 20 Jul 2007 08:17:45 +0000 Subject: [PATCH] I'm not sure if this helps anything, but it was clearly wrong. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2f55d286e..62f95880b 100644 --- a/configure.in +++ b/configure.in @@ -937,7 +937,7 @@ AC_HELP_STRING([--enable-x11-shared], [dynamically load X11 support [[default=ma 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'`]