strtod: Restore errno when successfully parsing Infinity or NaN.
[gnulib.git] / modules / uniconv / u8-strconv-from-enc
index e873b18..c27b989 100644 (file)
@@ -11,9 +11,12 @@ uniconv/u8-conv-from-enc
 unistr/u8-strlen
 
 configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9], [uniconv/u8-strconv-from-enc.c])
+gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-from-enc])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC
+lib_SOURCES += uniconv/u8-strconv-from-enc.c
+endif
 
 Include:
 "uniconv.h"