mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 19:18:09 +02:00
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:
parent
f4361a2704
commit
4e5c667d33
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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])],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue