arabica/m4/garden.m4

7 lines
98 B
Text
Raw Normal View History

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