summaryrefslogtreecommitdiff
path: root/modules/strstr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 13:55:15 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:53 +0200
commitb434a6404775ff742ff66d037023138f27e23693 (patch)
tree9e265230d97c3d6045c1e42ebd964f9ed4b70e7e /modules/strstr
parentb33b83e2a70c60ae757212c807ec67629ae7ef1e (diff)
downloadgnulib-b434a6404775ff742ff66d037023138f27e23693.tar.gz
strstr*: Move AC_LIBOBJ invocations to module description.
* m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Move AC_LIBOBJ invocations from here... * modules/strstr-simple (configure.ac): ... to here. * modules/strstr (configure.ac): ... and here.
Diffstat (limited to 'modules/strstr')
-rw-r--r--modules/strstr3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/strstr b/modules/strstr
index dc33bd2952..49367614df 100644
--- a/modules/strstr
+++ b/modules/strstr
@@ -8,6 +8,9 @@ strstr-simple
configure.ac:
gl_FUNC_STRSTR
+if test $REPLACE_STRSTR = 1; then
+ AC_LIBOBJ([strstr])
+fi
Makefile.am: