gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros gnashpkgtool.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros gnashpkgtool.m4
Date: Sat, 25 Nov 2006 18:18:33 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/25 18:18:33

Modified files:
        macros         : gnashpkgtool.m4 

Log message:
        Minor typo...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gnashpkgtool.m4?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- gnashpkgtool.m4     25 Nov 2006 12:16:28 -0000      1.17
+++ gnashpkgtool.m4     25 Nov 2006 18:18:33 -0000      1.18
@@ -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: gnashpkgtool.m4,v 1.17 2006/11/25 12:16:28 nihilus Exp $
+dnl $Id: gnashpkgtool.m4,v 1.18 2006/11/25 18:18:33 nihilus Exp $
 
 dnl Generic macros for finding and setting include-paths and library-path
 dnl for packages. Implements GNASH_PKG_INCLUDES() and GNASH_PKG_LIBS()..
@@ -39,7 +39,7 @@
 
 dnl Look for the header
 if test x"${$1}" = x"yes"; then
-               AC_ARG_WITH($1_incl, AC_HELP_STRING([--with-$1-incl], 
[Directory where $2 is]), with_$1_incl=${withval})
+               AC_ARG_WITH($1_incl, AC_HELP_STRING([--with-$1-incl], 
[directory where $2 is]), with_$1_incl=${withval})
                AC_CACHE_VAL(ac_cv_path_$1_incl,[
                if test x"${with_$1_incl}" != x ; then
                        if test -f ${with_$1_incl}/$2 ; then




reply via email to

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