diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-20 19:19:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-20 19:19:53 +0200 |
commit | 180d70312335d7274eff605e3ec4c1af5879daa4 (patch) | |
tree | c87d3c736a6e916985d89f106ff4a0c1898698e2 /configure.in | |
parent | 83cb289fdce76dfe0b5c1913fb68d1649367daa8 (diff) |
Add libao dependency check. Fix redeclaration compile error.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ed1ff25..f3b32bf 100644 --- a/configure.in +++ b/configure.in @@ -243,6 +243,11 @@ if test "x$enable_editor" = "xyes"; then if (test "$QT_UIC" = ""); then AC_MSG_ERROR([QT4 uic is required.]) fi + + dnl ====================== + dnl Check for libao + dnl ====================== + PKG_CHECK_MODULES(AO, ao >= 1.1.0) else AC_MSG_RESULT([*** Qt Drumkit Editor disabled per user request ***]) have_editor=no |