lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6487] No longer add an "mgw" suffix, which interfered wit


From: Greg Chicares
Subject: [lmi-commits] [6487] No longer add an "mgw" suffix, which interfered with cross compiling
Date: Thu, 21 Jan 2016 00:45:23 +0000

Revision: 6487
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6487
Author:   chicares
Date:     2016-01-21 00:45:23 +0000 (Thu, 21 Jan 2016)
Log Message:
-----------
No longer add an "mgw" suffix, which interfered with cross compiling

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/configure.ac

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-01-21 00:32:46 UTC (rev 6486)
+++ lmi/trunk/ChangeLog 2016-01-21 00:45:23 UTC (rev 6487)
@@ -38542,3 +38542,10 @@
   http://lists.nongnu.org/archive/html/lmi/2016-01/msg00006.html
   http://lists.nongnu.org/archive/html/lmi/2016-01/msg00026.html
 
+20160121T0045Z <address@hidden> [455]
+
+  configure.ac
+No longer add an "mgw" suffix, which interfered with cross compiling
+(VZ). See:
+  http://lists.nongnu.org/archive/html/lmi/2016-01/msg00006.html
+

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2016-01-21 00:32:46 UTC (rev 6486)
+++ lmi/trunk/configure.ac      2016-01-21 00:45:23 UTC (rev 6487)
@@ -44,12 +44,10 @@
         ;;
 
     *-*-cygwin* )
-        USE_CYGWIN=1
         USE_WINDOWS=1
         ;;
 
     *-*-mingw32* )
-        USE_MINGW32=1
         USE_WINDOWS=1
         ;;
 esac
@@ -346,17 +344,6 @@
     [AC_MSG_ERROR([Boost headers not found, $errmsg])]
 )
 
-dnl By default no particular toolkit suffix should be needed when linking
-dnl against boost libraries. Except for mingw where it seems to be
-dnl required. Because under mingw default installation does _not_ create
-dnl a symbolic link without the tollkit suffix (-mgw), at least
-dnl for the version 1.33.1. Therefore explicitly set it if no toolkit 
specified.
-if test "x$lmi_boost_toolkit" = "x"; then
-    if test "x$USE_MINGW32" = "x1"; then
-        lmi_boost_toolkit=mgw
-    fi
-fi
-
 dnl The default boost library name should be used unless otherwise specified
 dnl via --with-boost-tookit options, in which case we need to add
 dnl toolkit suffix to the library name (example -lboost_filesystem-gcc-mt).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]