From 9964fcfc2282c8f3468b3b7355c5dea3089f0f14 Mon Sep 17 00:00:00 2001 From: Dmitry Tejblum Date: Thu, 5 Nov 2009 16:50:36 +0300 Subject: configure: fix HAVE_CLOCK_MONOTONIC spelling --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 296132c3..634d6359 100755 --- a/configure.ac +++ b/configure.ac @@ -1356,7 +1356,7 @@ dnl checking for clock_time monotonic struct and call dnl -------------------------------------- AC_CHECK_DECL(CLOCK_MONOTONIC, [AC_CHECK_LIB(rt, clock_gettime, [LIBS="$LIBS -lrt"]) - AC_DEFINE(HAVE_MONOTONIC_CLOCK,, Have monotonic clock) + AC_DEFINE(HAVE_CLOCK_MONOTONIC,, Have monotonic clock) ], [AC_MSG_RESULT(no)], [QUAGGA_INCLUDES]) dnl ------------------- -- cgit v1.2.1