bk: 51fada07F_Z7t6_KOZm0CrTSyb36Sg
+* [Bug 2448] Fix checks for configure --with-stack-limit and --with-memlock
+ values.
(4.2.7p378) 2013/08/01 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2425] move part of input handler code from ntpd.c to ntp_io.c
and fix select()-only platforms calling input_handler directly.
;;
esac
;;
- [1-9][0-9]*)
+ [[1-9]][[0-9]]*)
;;
*) AC_MSG_ERROR(["--with-stack-limit requires an integer argument."])
;;
yes | no)
ans=32
;;
- [1-9][0-9]*) ;;
+ [[1-9]][[0-9]]*) ;;
*) AC_MSG_ERROR(["--with-memlock requires an integer argument."])
;;
esac