Merge pull request #301 from directhex/master
[mono.git] / configure.in
index 819a6166644575cecf772c14f790317b088184da..2c47b2c1939a591400f64928a38bb68870a2bd73 100644 (file)
@@ -2611,7 +2611,8 @@ case "$host" in
        done
        
        if test "x$X11" = "xlibX11.so"; then
-               AC_MSG_WARN([Could not find X development libs. Do you have the -devel package installed? WinForms may not work...]);
+               AC_MSG_WARN([Could not find X development libs. Do you have the -devel package installed? Assuming libX11.so.6...]);
+               X11=libX11.so.6
        fi
        ;;
 esac