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