summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-14 02:21:08 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-14 02:21:08 +0000
commit7f42602646dff69ae69acecec318fd6b32bbf8f5 (patch)
tree384cdbf0f17c99b0b9b170fbc1696b5378197079 /aconfigure.ac
parent53e86d1f7a530f989047966061d0e7214ec529d2 (diff)
Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@946 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index cfa74921..f94dcd73 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -1,4 +1,4 @@
-AC_INIT(pjproject,0.5.8)
+AC_INIT(pjproject,0.5.10)
host_orig="$host"
@@ -400,10 +400,9 @@ dnl #
dnl # Include SSL support
AC_SUBST(ac_no_ssl)
AC_ARG_ENABLE(ssl,
- [
- AC_HELP_STRING([--disable-ssl],
- [Exclude SSL support the build (default: autodetect)])
- ],
+ AC_HELP_STRING([--disable-ssl],
+ [Exclude SSL support the build (default: autodetect)])
+ ,
[
if test "$enable_ssl" = "no"; then
[ac_no_ssl=1]