diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-01-31 09:55:02 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-01-31 09:55:02 +0100 |
commit | 36357d08c4937c872b474f5953d0dddf99de0eec (patch) | |
tree | d0cc683794d30391155ac1f8d048cc98fc371e4d /configure.ac | |
parent | 33f888cd8ba0bbb258b0cec6568f60801364c697 (diff) |
Fix a couple of deprecated macros.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eb11b35..a5d9fb5 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,9 @@ AC_PROG_CXX AC_PROG_LIBTOOL AM_PROG_LIBTOOL +AM_PROG_CC_C_O + AM_CONFIG_HEADER(config.h) -AC_STDC_HEADERS need_jack=no |