about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/configure.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 93bd020a..e061b13b 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1001,8 +1001,6 @@ sub getX11Library($@) {
 
         if (-d('/usr/link/X11')) {
             $default = '/usr/link/X11/libX11' . libSuffix($platform);
-        } elsif (-d('/usr/lib/X11')) {
-            $default = '/usr/lib/X11/libX11' . libSuffix($platform);
         } elsif (-d('/usr/X11R6')) {
             $default = '/usr/X11R6/lib/libX11' . libSuffix($platform);
         } else {