summaryrefslogtreecommitdiff
path: root/modules/perror
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 16:51:40 +0200
committerEric Blake <eblake@redhat.com>2011-06-07 16:48:53 -0600
commit3354135ec021c3b2e1321178ebe8300a789e54ab (patch)
tree4ef7ececedcde03705cffb8b39a6f5b5249f8823 /modules/perror
parent7b2b6935563291824bbea6a4f163b0ae1c67c4bc (diff)
downloadgnulib-3354135ec021c3b2e1321178ebe8300a789e54ab.tar.gz
perror: Use common idiom.
* modules/perror (configure.ac): Reorder statements.
Diffstat (limited to 'modules/perror')
-rw-r--r--modules/perror2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/perror b/modules/perror
index 6ad5448657..e74300220a 100644
--- a/modules/perror
+++ b/modules/perror
@@ -12,10 +12,10 @@ strerror_r-posix [test $REPLACE_PERROR = 1]
configure.ac:
gl_FUNC_PERROR
-gl_STRING_MODULE_INDICATOR([perror])
if test $REPLACE_PERROR = 1; then
AC_LIBOBJ([perror])
fi
+gl_STRING_MODULE_INDICATOR([perror])
Makefile.am: