arabica/m4/garden.m4
2010-01-14 14:30:46 +00:00

6 lines
98 B
Text

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