diff options
author | Dmitry Tejblum <tejblum@yandex-team.ru> | 2009-11-05 16:50:36 +0300 |
---|---|---|
committer | Denis Ovsienko <pilot@etcnet.org> | 2009-11-05 16:50:36 +0300 |
commit | 9964fcfc2282c8f3468b3b7355c5dea3089f0f14 (patch) | |
tree | 872e983e1e05b9544b5689408df1041046082d37 | |
parent | 827341b797f602f4cd7932a777f819b530521b05 (diff) |
configure: fix HAVE_CLOCK_MONOTONIC spelling
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 ------------------- |