Skip to content
Snippets Groups Projects
Commit 83450870 authored by Daniel Koester's avatar Daniel Koester
Browse files

it is better to specify absolute path for "gltools". Changed configure.ac to...

it is better to specify absolute path for "gltools". Changed configure.ac to disply corresponding message when using configure --help
parent 87725364
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ gltools_include=
LIBGLTOOLS_PRESENT=
AC_MSG_CHECKING([for libgltools.a])
AC_ARG_WITH(gltools,
[ --with-gltools=PATH specify the path of the gltools library],
[ --with-gltools=PATH specify the absolute path of the gltools library],
[if test -f $withval/gltools-2-3/libgltools.a; then
AC_MSG_RESULT([Found libgltools.a in specified directory $withval/gltools-2-3.])
gltools_include="-I$withval/gltools-2-3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment