From 327b453feefe36e20308d2c02bf73a3c99af9fba Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 17 May 2004 01:54:32 +0000 Subject: [PATCH] * add old goom module if libgoom.a is detected (When you fix stuff you should commit them as well) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 0c3e238772..ff66f03d08 100644 --- a/configure.ac +++ b/configure.ac @@ -3426,6 +3426,7 @@ then AC_MSG_CHECKING(for libgoom.a in ${with_goom_tree}) if test -f "${real_goom_tree}/libgoom.a"; then AC_MSG_RESULT(${real_goom_tree}/libgoom.a) + AX_ADD_BUILTINS([goom]) AX_ADD_LDFLAGS([goom],[-L${real_goom_tree} -lgoom]) AX_ADD_CPPFLAGS([goom],[-I${real_goom_tree} -DUSE_GOOM_TREE -DOLD_GOOM]) else -- 2.39.2