search for: 5210c30

Displaying 2 results from an estimated 2 matches for "5210c30".

2007 Aug 03
1
2 commits - configure.ac
configure.ac | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: diff-tree b2bb3938e8d25c4d2342fef54ebb669e39d41570 (from b59b564ad8bac73e812b87cc53441402186bf3b4) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 3 23:55:06 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index 5d93042..98e4102 100644 --- a/configure.ac +++
2007 Aug 24
0
2 commits - configure.ac vivified/core
..._SOURCES) \ diff-tree 08aafab0c67c5db6f1784a6da2c421b58d4474d6 (from acf345dc1b3feb3dd3fd3a5fe8b723b4a2a0ad6a) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 24 14:14:10 2007 +0200 don't call AM_PROG_AS conditionally diff --git a/configure.ac b/configure.ac index f01272d..5210c30 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,7 @@ dnl (This must come after AM_INIT_AUTOMA AC_PROG_CC AM_PROG_CC_STDC AM_PROG_CC_C_O +AM_PROG_AS AC_HEADER_STDC([]) @@ -270,7 +271,6 @@ AC_ARG_ENABLE(vivified, enable_vivi=$enableval, enable_vivi="no") if test &quot...