From 663ed5a986d0d139b4581fd2701d4dd59dd0c39a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Oct 2010 20:10:27 +0200 Subject: [PATCH] Fix --with-ntpd configure option --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1f406f0..886c7ae 100644 --- a/configure.ac +++ b/configure.ac @@ -246,7 +246,7 @@ AC_ARG_ENABLE(iospm, AC_HELP_STRING([--enable-iospm], [enable Intel OSPM support]), [enable_iospm=${enableval}]) AM_CONDITIONAL(IOSPM, test "${enable_iospm}" = "yes") -AC_ARG_WITH(ntpd, AC_HELP_STRING([--with-=PROGRAM], +AC_ARG_WITH(ntpd, AC_HELP_STRING([--with-ntpd=PROGRAM], [specify ntpd binary location]), [path_ntpd=${withval}]) AC_ARG_ENABLE(ntpd, @@ -265,8 +265,8 @@ AM_CONDITIONAL(NTPD, test "${enable_ntpd}" != "no") AM_CONDITIONAL(NTPD_BUILTIN, test "${enable_ntpd}" = "builtin") AC_ARG_WITH(stats-max-file-size, AC_HELP_STRING([--with-stats-max-file-size=SIZE], - [Maximal size of a statistics round robin file]), - [stats_max_file_size=${withval}]) + [Maximal size of a statistics round robin file]), + [stats_max_file_size=${withval}]) if (test -z "${stats_max_file_size}"); then # default size is 512 kByte -- 2.7.4