CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/10/23 21:21:42

Modified files:
        macros         : glib.m4 

Log message:
        Last patch-up

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/glib.m4?cvsroot=gnash&r1=1.29&r2=1.30

Patches:
Index: glib.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/glib.m4,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- glib.m4     23 Oct 2007 20:55:21 -0000      1.29
+++ glib.m4     23 Oct 2007 21:21:42 -0000      1.30
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: glib.m4,v 1.29 2007/10/23 20:55:21 nihilus Exp $
+dnl $Id: glib.m4,v 1.30 2007/10/23 21:21:42 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_GLIB],
 [
@@ -60,7 +60,7 @@
       done
     done
   fi
-      if test x"$ac_cv_path_glib_incl" != x; then
+      if test x"${ac_cv_path_glib_incl}" == x; then
         AC_MSG_RESULT(no)
        else
         AC_MSG_RESULT(${ac_cv_path_glib_incl}) 


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to