inet_ntop. getaddrinfo: Respect rules for use of AC_LIBOBJ.
[pspp] / modules / unistr / u8-strtok
index 0d98b32cf00f3af5758ab87138188dee82d92313..ecd15992bfd9fe17b4b2a43034f21675573be32b 100644 (file)
@@ -11,9 +11,12 @@ unistr/u8-strspn
 unistr/u8-strpbrk
 
 configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unistr/u8-strtok.c])
+gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strtok])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK
+lib_SOURCES += unistr/u8-strtok.c
+endif
 
 Include:
 "unistr.h"