Make configure --help output look nicer.
This commit is contained in:
parent
9a03e7fa3d
commit
3d8a373bb3
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@ AC_DEFUN(tinc_ZLIB,
|
||||||
tinc_ac_save_CPPFLAGS="$CPPFLAGS"
|
tinc_ac_save_CPPFLAGS="$CPPFLAGS"
|
||||||
|
|
||||||
AC_ARG_WITH(zlib-include,
|
AC_ARG_WITH(zlib-include,
|
||||||
[ --with-zlib-include=DIR zlib headers directory],
|
[ --with-zlib-include=DIR zlib headers directory],
|
||||||
[zlib_include="$withval"
|
[zlib_include="$withval"
|
||||||
CFLAGS="$CFLAGS -I$withval"
|
CFLAGS="$CFLAGS -I$withval"
|
||||||
CPPFLAGS="$CPPFLAGS -I$withval"]
|
CPPFLAGS="$CPPFLAGS -I$withval"]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_WITH(zlib-lib,
|
AC_ARG_WITH(zlib-lib,
|
||||||
[ --with-zlib-lib=DIR zlib library directory],
|
[ --with-zlib-lib=DIR zlib library directory],
|
||||||
[zlib_lib="$withval"
|
[zlib_lib="$withval"
|
||||||
LIBS="$LIBS -L$withval"]
|
LIBS="$LIBS -L$withval"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue