mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
6 lines
98 B
Text
Executable file
6 lines
98 B
Text
Executable file
AC_DEFUN([ARABICA_USE_GARDEN],
|
|
[
|
|
if test "$with_garden" = "yes"; then
|
|
USE_GARDEN=1
|
|
fi
|
|
])
|