From 00259bc076cb1e66f94248b0ddc19f97ac14dc0f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2009 14:49:05 -0400 Subject: Enable automake builds for sssd server --- server/build_macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/build_macros.m4') diff --git a/server/build_macros.m4 b/server/build_macros.m4 index bb7fad8f..5ddcc3c5 100644 --- a/server/build_macros.m4 +++ b/server/build_macros.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(BUILD_WITH_SHARED_BUILD_DIR, +AC_DEFUN([BUILD_WITH_SHARED_BUILD_DIR], [ AC_ARG_WITH([shared-build-dir], [AC_HELP_STRING([--with-shared-build-dir=DIR], [temporary build directory where libraries are installed [$srcdir/sharedbuild]])]) -- cgit