Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-15 23:38:03 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-15 23:38:03 +0400
commitd781eda45f4a991441d04b66ff96196e61736f23 (patch)
treeafa30d34d548fad1d0ee145f5e189289524ef2e6 /configure.in
parent0de995a9a55ae09bb1a7c921b2fc928c505fa162 (diff)
last time, I promise
svn path=/trunk/mono/; revision=46067
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 18000430790..63f89604658 100644
--- a/configure.in
+++ b/configure.in
@@ -1535,9 +1535,7 @@ case "$host" in
LIBC="libc.so"
INTL="libintl.so"
;;
-esac
-
-if test "x$X11" = "xlibX11.so"; then
+ *-*-*linux*)
AC_PATH_X
AC_MSG_CHECKING(for the soname of libX11.so)
for i in $x_libraries /usr/lib /usr/lib64; do
@@ -1552,7 +1550,9 @@ if test "x$X11" = "xlibX11.so"; then
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...]);
fi
-fi
+ ;;
+esac
+
AC_SUBST(libsuffix)