diff m4/wcsxfrm.m4 @ 15162:ec85325c09f0

wcsxfrm: Move AC_LIBOBJ invocations to module description. * m4/wcsxfrm.m4 (gl_FUNC_WCSXFRM): Move AC_LIBOBJ invocation from here... * modules/wcsxfrm (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:42:48 +0200
parents b19db9397852
children 8250f2777afc
line wrap: on
line diff
--- a/m4/wcsxfrm.m4
+++ b/m4/wcsxfrm.m4
@@ -1,4 +1,4 @@
-# wcsxfrm.m4 serial 1
+# wcsxfrm.m4 serial 2
 dnl Copyright (C) 2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,5 @@
   AC_CHECK_FUNCS_ONCE([wcsxfrm])
   if test $ac_cv_func_wcsxfrm = no; then
     HAVE_WCSXFRM=0
-    AC_LIBOBJ([wcsxfrm])
   fi
 ])