]> err.no Git - pkg-config/commitdiff
2005-04-02 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:45 +0000 (13:06 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:45 +0000 (13:06 +0000)
Author: tfheen
Date: 2005-04-02 07:55:31 GMT
 2005-04-02  Tollef Fog Heen  <tfheen@err.no>

       * configure.in: Remove extraneous " from --with-pc-path's help

ChangeLog
configure.in

index 3d7f3fde6105053ff11b670aed64c69997b0c836..7f8579e56209ed9edb7091d9553cefc625df429f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-04-02  Tollef Fog Heen  <tfheen@err.no>
 
+       * configure.in: Remove extraneous " from --with-pc-path's help
+
        * glib-patches/mkinstalldirs.update.diff: cvs admin -ko to avoid
        having the Id CVS keyword being expanded, which broke the
        application of the patch.
index d0baabd715e49cb63683a7d8b29e446102158c71..1fa372e70ca39f841c243b339c2efcc468c98b7a 100644 (file)
@@ -12,7 +12,7 @@ AC_PROG_CC
 
 AC_DEFUN([PKG_CONFIG_FIND_PC_PATH],
 [AC_ARG_WITH(pc_path,
- [  --with-pc-path"          Override the default search path for .pc files ],
+ [  --with-pc-path          Override the default search path for .pc files ],
  [ pc_path="$withval"
    AC_MSG_CHECKING([for default search path for .pc files])
    AC_MSG_RESULT([$pc_path])],