From ec6c84438709afb018fe9a14a72b951994f681b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 15 Jan 2005 18:39:44 +0000 Subject: Add mate to the build process (plus a few whitespace changes) svn path=/trunk/; revision=13051 --- configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f6e4c579e8..b51b4e171f 100644 --- a/configure.in +++ b/configure.in @@ -89,9 +89,9 @@ AC_ARG_WITH(extra-gcc-checks, ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic -Wstrict-prototypes" fi ],) -AC_MSG_CHECKING(to see if we can add '-Wall -W$ethereal_extra_gcc_flags' to CFLAGS) +AC_MSG_CHECKING(to see if we can add '-Wall -W $ethereal_extra_gcc_flags' to CFLAGS) if test x$GCC != x ; then - CFLAGS="-D_U_=\"__attribute__((unused))\" -Wall -W$ethereal_extra_gcc_flags $CFLAGS" + CFLAGS="-D_U_=\"__attribute__((unused))\" -Wall -W $ethereal_extra_gcc_flags $CFLAGS" AC_MSG_RESULT(yes) else CFLAGS="-D_U_=\"\" $CFLAGS" @@ -513,7 +513,7 @@ AC_SUBST(editcap_man) # Enable/disable capinfos AC_ARG_ENABLE(capinfos, -[ --enable-capinfos build capinfos. [default=yes]],enable_capinfos=$enableval,enable_capinfos=yes) +[ --enable-capinfos build capinfos. [default=yes]],enable_capinfos=$enableval,enable_capinfos=yes) if test "x$enable_capinfos" = "xyes" ; then capinfos_bin="capinfos\$(EXEEXT)" @@ -1238,6 +1238,7 @@ AC_OUTPUT( plugins/gryphon/Makefile plugins/irda/Makefile plugins/lwres/Makefile + plugins/mate/Makefile plugins/megaco/Makefile plugins/mgcp/Makefile plugins/opsi/Makefile -- cgit v1.2.1