gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11909: fixed a typo in configure.ac


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11909: fixed a typo in configure.ac & cleaned up gnash_pkg_find
Date: Fri, 05 Feb 2010 03:06:55 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11909
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Fri 2010-02-05 03:06:55 +0100
message:
  fixed a typo in configure.ac & cleaned up gnash_pkg_find
modified:
  macros/gnashpkgtool.m4
=== modified file 'macros/gnashpkgtool.m4'
--- a/macros/gnashpkgtool.m4    2010-02-05 02:00:37 +0000
+++ b/macros/gnashpkgtool.m4    2010-02-05 02:06:55 +0000
@@ -123,20 +123,20 @@
   ])
   fi
   
-  AC_MSG_CHECKING([for $2 header]) 
+  dnl AC_MSG_CHECKING([for $2 header]) 
   if test x"${found_$1_incl}" = "xyes"; then
 
       dnl It seems we need to explicitly call AC_DEFINE as AC_CHECK_HEADER 
doesn't
       dnl do this automatically. AC_CHECK_HEADERS (not the final S) would do 
it.
       AC_DEFINE([HAVE_]UPHEADER, 1, [Define if you have the $2 header])
-      AC_MSG_RESULT(${ac_cv_path_$1_incl})
+      dnl AC_MSG_RESULT(${ac_cv_path_$1_incl})
       if test x"${ac_cv_path_$1_incl}" != x -a x"${ac_cv_path_$1_incl}" != 
x"-I/usr/include"; then
         UP[]_CFLAGS="${ac_cv_path_$1_incl}"        
       else
         UP[]_CFLAGS=""
       fi
-  else
-       AC_MSG_RESULT([not found])
+  dnl else
+       dnl AC_MSG_RESULT([not found])
     fi
   fi
   AC_SUBST(UP[]_CFLAGS)


reply via email to

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