2005-04-02 Tollef Fog Heen <tfheen@err.no>

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
This commit is contained in:
Arch Librarian 2005-07-14 13:06:45 +00:00
parent f4361a2704
commit 4e5c667d33
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View 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])],