diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-02 19:10:54 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-02 19:10:54 +0100 | 
| commit | f3964a60597492122c1e0745bfd38fedcb1bf65c (patch) | |
| tree | 7076e14a6c19899e36c32cfbb144b9f87fe3b0a7 | |
| parent | 56373380bfed4bef3e5ae4493e0e622806529ed6 (diff) | |
Lower requirement version of libao.
| -rw-r--r-- | configure.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2e73f91..cfb247d 100644 --- a/configure.in +++ b/configure.in @@ -289,7 +289,7 @@ if test "x$enable_editor" = "xyes"; then     dnl ======================     dnl Check for libao     dnl ====================== -   PKG_CHECK_MODULES(AO, ao >= 1.1.0) +   PKG_CHECK_MODULES(AO, ao >= 0.8.8)  else  	 AC_MSG_RESULT([*** Qt Drumkit Editor disabled per user request ***])     have_editor=no  | 
