summaryrefslogtreecommitdiff
path: root/modules/ffsl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ffsl')
-rw-r--r--modules/ffsl7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/ffsl b/modules/ffsl
index a3217ec08e..02990c761d 100644
--- a/modules/ffsl
+++ b/modules/ffsl
@@ -13,12 +13,13 @@ ffs [test $HAVE_FFSL = 0]
configure.ac:
gl_FUNC_FFSL
-if test $HAVE_FFSL = 0; then
- AC_LIBOBJ([ffsl])
-fi
+gl_CONDITIONAL([GL_COND_OBJ_FFSL], [test $HAVE_FFSL = 0])
gl_STRING_MODULE_INDICATOR([ffsl])
Makefile.am:
+if GL_COND_OBJ_FFSL
+lib_SOURCES += ffsl.c
+endif
Include:
<string.h>