Fixed compile-time error message.
authorGuenter Knauf <fuankg@apache.org>
Mon, 22 Nov 2010 23:34:24 +0000 (23:34 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 22 Nov 2010 23:34:24 +0000 (23:34 +0000)
We test for APU, thus the error statement should tell same;
APR and APU are independent before APR 2.0.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037941 13f79535-47bb-0310-9956-ffa450edef68

modules/session/mod_session_crypto.c

index 65abf67d2fe2d943abcf46600f813134b8466a87..029d7eaec2f05efb5faca506e14c06d3568d023d 100644 (file)
@@ -23,7 +23,7 @@
 
 #if APU_MAJOR_VERSION == 1 && APU_MINOR_VERSION < 4
 
-#error session_crypto_module requires APR v1.4.0 or later
+#error session_crypto_module requires APU v1.4.0 or later
 
 #elif APU_HAVE_CRYPTO == 0