Skip to content
Snippets Groups Projects
Commit 1992d3b8 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

*** empty log message ***

parent 23c2a468
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ else ...@@ -21,7 +21,7 @@ else
fi fi
AC_ARG_WITH($1-lib, AC_ARG_WITH($1-lib,
[ --with-$1-lib=DIR use $1 library below directory DIR [ --with-$1-lib=DIR use $1 library below directory DIR
(default: `eval $DEFAULT_LIBDIR`)], (default: $3)],
[case "$withval" in [case "$withval" in
yes) AC_MSG_ERROR("option \"--with-$1-lib\" requires an argument") yes) AC_MSG_ERROR("option \"--with-$1-lib\" requires an argument")
;; ;;
...@@ -41,7 +41,7 @@ else ...@@ -41,7 +41,7 @@ else
fi fi
AC_ARG_WITH($1-headers, AC_ARG_WITH($1-headers,
[ --with-$1-headers=DIR use $1 include files below directory DIR [ --with-$1-headers=DIR use $1 include files below directory DIR
(default: $DEFAULT_INCDIR)], (default: $6)],
[case "$withval" in [case "$withval" in
yes) AC_MSG_ERROR("option \"--with-$1-headers\" requires an argument") yes) AC_MSG_ERROR("option \"--with-$1-headers\" requires an argument")
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment