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:
authorMiguel de Icaza <miguel@gnome.org>2006-01-13 19:24:12 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-01-13 19:24:12 +0300
commit51b9c3ffad10e893dc9a705fb3fda0e20ed749a7 (patch)
tree6a1e44ff57c226fc18ba98e2c4bcd24a5ad83553 /configure.in
parente2a3353ffc69ef26add7d254462155e951f660d4 (diff)
Fix, INTL is the same on ia64 as LIBC
svn path=/trunk/mono/; revision=55520
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d7d07ef303c..403063d9655 100644
--- a/configure.in
+++ b/configure.in
@@ -1451,6 +1451,7 @@ case "$host" in
JIT_SUPPORTED=yes
jit_wanted=true
LIBC="libc.so.6.1"
+ INTL="libc.so.6.1"
AC_CHECK_LIB(unwind, _U_dyn_register, [], [AC_MSG_ERROR(library libunwind not found)])
libmono_ldflags="-lunwind"
;;