* STATISTICS: Renamed AM_CONDITIONAL to ENABLE_STATISTICS.
authortwisti <none@none>
Tue, 20 Dec 2005 23:38:23 +0000 (23:38 +0000)
committertwisti <none@none>
Tue, 20 Dec 2005 23:38:23 +0000 (23:38 +0000)
configure.in

index 1f14e3bd461a0f43f6a695719ef5313ecd65207b..878d06ae4b9662f87eca5a2b5e9f13bcaa7a0fa9 100644 (file)
@@ -295,7 +295,7 @@ AC_ARG_ENABLE([statistics],
                esac],
               [ENABLE_STATISTICS=yes])
 AC_MSG_RESULT(${ENABLE_STATISTICS})
-AM_CONDITIONAL([STATISTICS], test x"${ENABLE_STATISTICS}" = "xyes")
+AM_CONDITIONAL([ENABLE_STATISTICS], test x"${ENABLE_STATISTICS}" = "xyes")
 
 if test x"$enable_statistics" = "xno"; then
     AC_DEFINE([ENABLE_STATISTICS], 1, [enable statistics])