diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-03-26 20:19:04 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-03-26 20:19:04 +0000 |
commit | 1b083aa0fd2d8ac000504488135bf58e35c3361e (patch) | |
tree | 3d9a567804d497a8e0651a87acfe7caaee88be2a /configure.ac | |
parent | 399a15b9fc06bee7860d7e29c8315776ed87beea (diff) | |
download | rtmux-1b083aa0fd2d8ac000504488135bf58e35c3361e.tar.gz rtmux-1b083aa0fd2d8ac000504488135bf58e35c3361e.tar.bz2 rtmux-1b083aa0fd2d8ac000504488135bf58e35c3361e.zip |
Update CHANGES and configure.ac for 1.8 release.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9e060df7..c0ef34c6 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_CHECK_HEADERS( ) # Is this a debug build? -found_debug=yes +#found_debug=yes AC_ARG_ENABLE( debug, AC_HELP_STRING(--enable-debug, create a debug build), |