فهرست منبع

2004-03-23 Zoltan Varga <[email protected]>

	* configure.in: Fix GNU ld check.

svn path=/trunk/mono/; revision=24472
Zoltan Varga 22 سال پیش
والد
کامیت
d8d89aaede
2فایلهای تغییر یافته به همراه11 افزوده شده و 7 حذف شده
  1. 4 0
      ChangeLog
  2. 7 7
      configure.in

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2004-03-23  Zoltan Varga  <[email protected]>
+
+	* configure.in: Fix GNU ld check.
+
 2004-03-22  Zoltan Varga  <[email protected]>
 
 	* configure.in: Use amd64 instead of x86-64 as directory name. Fixes

+ 7 - 7
configure.in

@@ -115,13 +115,6 @@ esac
 AC_MSG_RESULT(ok)
 AM_CONDITIONAL(PLATFORM_WIN32, test x$platform_win32 = xyes)
 
-# Test whenever ld supports -version-script
-+AC_PROG_LD
-+AC_PROG_LD_GNU
-if test "x$lt_cv_prog_gnu_ld" = "xno"; then
-   no_version_script=yes
-fi
-
 AM_CONDITIONAL(NO_VERSION_SCRIPT, test x$no_version_script = xyes)
 
 AC_CHECK_TOOL(CC, gcc, gcc)
@@ -159,6 +152,13 @@ AC_HEADER_STDC
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
+# Test whenever ld supports -version-script
+AC_PROG_LD
+AC_PROG_LD_GNU
+if test "x$lt_cv_prog_gnu_ld" = "xno"; then
+   no_version_script=yes
+fi
+
 AC_CHECK_HEADERS(sys/filio.h sys/sockio.h netdb.h utime.h semaphore.h sys/un.h)
 
 # for mono/mini/tramp-x86.c