Fix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.
[gnulib.git] / modules / gc
index cb771c3..be59785 100644 (file)
@@ -15,7 +15,11 @@ configure.ac:
 gl_GC
 
 Makefile.am:
+if GL_COND_LIBTOOL
+lib_LIBADD += $(LTLIBGCRYPT)
+else
 lib_LIBADD += $(LIBGCRYPT)
+endif
 
 Include:
 "gc.h"