mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Mistype
This commit is contained in:
parent
bf69ba874d
commit
7a4a42d706
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user