diff options
author | ajs <ajs> | 2005-01-12 16:52:55 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-12 16:52:55 +0000 |
commit | 6cf9df088e10baefe04139897f8745a42ea0c772 (patch) | |
tree | fc5e4ab015ccfc944f445399dc1946bf94ac0992 /ChangeLog | |
parent | fc43ecc7ba23ddce46b9ec7732ff08cd9e5bcc1b (diff) |
2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* configure.ac: If configure is invoked with --enable-snmp, but
the configure script is unable to find SNMP support on the platform,
then configure should give an error message and exit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * configure.ac: If configure is invoked with --enable-snmp, but + the configure script is unable to find SNMP support on the platform, + then configure should give an error message and exit. + +2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure to get gcc to link with -rdynamic for better backtraces. When the rpm is upgraded, the restart logic now works as follows: |