arabica/m4/garden.m4

6 lines
98 B
Text
Executable file

AC_DEFUN([ARABICA_USE_GARDEN],
[
if test "$with_garden" = "yes"; then
USE_GARDEN=1
fi
])