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

*** empty log message ***

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