summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-03-03 13:03:43 +0000
committerPeter Kjellerstedt <pkj@axis.com>2008-03-03 13:03:43 +0000
commitb7938d24ee5c45fcf17b9987bb88f698430c529e (patch)
tree2affb7fb242babdf1cd31612e3e95b664d5b44fb /ChangeLog
parentea6cf647fe47a30e5a5a3060d32518eb75268728 (diff)
configure.ac: Move the checks for bison, flex and as to the program section and the check for gcc inline asm to the c...
Original commit message from CVS: * configure.ac: Move the checks for bison, flex and as to the program section and the check for gcc inline asm to the compiler characteristics section.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93dcb48e..e81807ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2008-03-03 Peter Kjellerstedt <pkj@axis.com>
* configure.ac:
+ Move the checks for bison, flex and as to the program section and the
+ check for gcc inline asm to the compiler characteristics section.
+
+2008-03-03 Peter Kjellerstedt <pkj@axis.com>
+
+ * configure.ac:
Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
plug-ins are included/excluded. (#498222)