]> git.saurik.com Git - wxWidgets.git/commitdiff
Try linking wxMotif without -lSM and -lICE.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 19 Sep 2003 22:14:51 +0000 (22:14 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 19 Sep 2003 22:14:51 +0000 (22:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index a8b6fc907bd51076ad507e00de3287ed5747ddcb..11c5a06a38e57d80fcb4d2f713cb1be0eefe93b8 100644 (file)
@@ -2703,7 +2703,7 @@ equivalent variable and GTK+ is version 1.2.3 or above.
         libs_found=0
         for libp in "" " -lXp"; do
             if test "$libs_found" = "0"; then
-                for libsm_ice in " -lSM -lICE"; do
+                for libsm_ice in "" " -lSM -lICE"; do
                     if test "$libs_found" = "0"; then
                         save_LIBS="$LIBS"
                         LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"