]> git.saurik.com Git - wxWidgets.git/commitdiff
typo corrected
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Mar 1999 19:49:26 +0000 (19:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Mar 1999 19:49:26 +0000 (19:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 0de7a1ff4597b454ebe1bac780152f9a791c2aa9..8257ce60a48cee77dd0fbdaddd12c524fc8c7a15 100755 (executable)
--- a/configure
+++ b/configure
@@ -7028,7 +7028,7 @@ EOF
         echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
     fi
 
-    GUI_TK_LINK="-lXm " $XPM_LINK "-lXmu -lXt -lX11 -lm"
+    GUI_TK_LINK="-lXm $(XPM_LINK)-lXmu -lXt -lX11 -lm"
     GUI_TK_LIBRARY="$CHECK_LIB $GUI_TK_LINK"
     TOOLKIT=MOTIF
     TOOLKIT_DEF=__WXMOTIF__
@@ -7262,8 +7262,8 @@ fi
 
 
 if test "$wxUSE_SOCKETS" = "1"; then
-        echo $ac_n "checking what is the type of third argument of getsockname""... $ac_c" 1>&6
-echo "configure:7267: checking what is the type of third argument of getsockname" >&5
+        echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
+echo "configure:7267: checking the type of the third argument of getsockname" >&5
     cat > conftest.$ac_ext <<EOF
 #line 7269 "configure"
 #include "confdefs.h"
index 4301b0abd75e903acdf42aa95b06b0026c23fd53..a341d229efa19b2e001353e87151305165e03cb0 100644 (file)
@@ -1185,7 +1185,7 @@ if test "$wxUSE_MOTIF" = 1; then
         AC_MSG_WARN(library will be compiled without support for images in XPM format)
     fi
 
-    GUI_TK_LINK="-lXm " $XPM_LINK "-lXmu -lXt -lX11 -lm"
+    GUI_TK_LINK="-lXm $(XPM_LINK)-lXmu -lXt -lX11 -lm"
     GUI_TK_LIBRARY="$CHECK_LIB $GUI_TK_LINK"
     TOOLKIT=MOTIF
     TOOLKIT_DEF=__WXMOTIF__