diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-03-21 10:23:16 +0000 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-03-21 10:23:16 +0000 |
commit | 6481583be322b0ba223a0140500a0a6d50546dd9 (patch) | |
tree | 15fdd1d0cd7ab1ee731506da5a5ed56e5debb4bb /configure.ac | |
parent | 5cffb8de373bbd19c9db36239cf41951e266953e (diff) | |
download | quagga-ex12.tar.bz2 quagga-ex12.tar.xz |
Correct logging output on 32-bit machines.ex12
v0.99.15ex12
Construction of log messages using qfs_printf()/qfs_vprintf() did not
produce the intended results on 32-bit machines -- so that some
logging messages were garbled.
On 64-bit machines the log messages were formed as expected.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 61afe05d..7190557e 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.15ex09, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.15ex12, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |