8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
aafemt 2009-09-18 21:07:05 +00:00
parent bf69ba874d
commit 7a4a42d706

View File

@ -23,7 +23,7 @@ define([XE_PREPEND],[[$2]="[$1] $[$2]"])
dnl XE_CONF_DIR(param, help, variable, default)
define([XE_CONF_DIR],[
AC_ARG_WITH([$1],
[AS_HELP_STRING([--with-$1], [$2])],
[AC_HELP_STRING([--with-$1], [$2])],
[[$3]=$withval
AC_DEFINE_UNQUOTED([$3], "$[$3]", [$2])],
[[$3]=[$4]