diff options
author | hasso <hasso> | 2005-04-04 01:46:37 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-04-04 01:46:37 +0200 |
commit | 5b0875287206a0ac1ebe1dca1f6235b8f3df1764 (patch) | |
tree | 858915835d6b97e8f2a23444713a56e605388027 /ChangeLog | |
parent | * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro (diff) | |
download | frr-5b0875287206a0ac1ebe1dca1f6235b8f3df1764.tar.xz frr-5b0875287206a0ac1ebe1dca1f6235b8f3df1764.zip |
* configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
brackets around source. Single ones broke square brackets in the
code (arrays).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-04 Hasso Tepper <hasso at quagga.net> + + * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square + brackets around source. Single ones broke square brackets in the + code (arrays). + 2005-04-03 Hasso Tepper <hasso at quagga.net> * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro |