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:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9551dca8cc9..16f7684f955 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AC_PROG_INSTALL
# Set STDC_HEADERS
AC_HEADER_STDC
-AC_PROG_RANLIB
+AM_PROG_LIBTOOL
dnl ***************************
dnl *** Checks for glib 1.2 ***
@@ -43,5 +43,6 @@ mono/cil/Makefile
mono/cli/Makefile
mono/interpreter/Makefile
mono/tests/Makefile
+mono/wrapper/Makefile
doc/Makefile
])