summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-22 00:27:06 +0000
committerhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-22 00:27:06 +0000
commit30e5355b06015a9a3bafbb70ae56c0f3ee54eaa0 (patch)
treee73c3612158f8686f4cb749ec249bf6d96f189ff /lib
parent8d74d6ac6a2a1ecc0225d6e2b018c2e4efe2bda2 (diff)
configure.in: Correct typo in CCTK_CHECK_FUNCS(crypt,…)
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4728 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/configure.in b/lib/make/configure.in
index d75c4274..6b4c5d04 100644
--- a/lib/make/configure.in
+++ b/lib/make/configure.in
@@ -931,7 +931,7 @@ dnl Do we have backtrace_symbols(3)
CCTK_CHECK_FUNCS(backtrace_symbols, , )
dnl Do we have crypt(3)
-CCTK_CHECK_FUNC(crypt, , CCTK_CHECK_LIB_FUNC(crypt, crypt))
+CCTK_CHECK_FUNCS(crypt, , CCTK_CHECK_LIB_FUNC(crypt, crypt))
dnl Do we have finite(3)
CCTK_CHECK_FUNCS(finite, , CCTK_CHECK_LIB_FUNC(m, finite))