فهرست منبع

Fix --with-wxwidgets= check (bug https://trac.osgeo.org/grass/ticket/579)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36943 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 سال پیش
والد
کامیت
2305d1cdf3
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      configure
  2. 1 1
      configure.in

+ 1 - 1
configure

@@ -15119,7 +15119,7 @@ if test "$with_wxwidgets" = "no" ; then
 else
   echo "$ac_t""yes" 1>&6
   USE_WXWIDGETS="1"
-  if test "`basename $with_wxwidgets`" = "wx-config" ; then
+  if test "`basename $with_wxwidgets`" != "yes" ; then
     WX_CONFIG="$with_wxwidgets"
   fi
 

+ 1 - 1
configure.in

@@ -1691,7 +1691,7 @@ if test "$with_wxwidgets" = "no" ; then
 else
   AC_MSG_RESULT(yes)
   USE_WXWIDGETS="1"
-  if test "`basename $with_wxwidgets`" = "wx-config" ; then
+  if test "`basename $with_wxwidgets`" != "yes" ; then
     WX_CONFIG="$with_wxwidgets"
   fi