diff options
| -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 ------------------- | 
