Wed Mar 4 13:12:17 CST 2009 Pekka Pessi <first.last@nokia.com>
* configure: SOFIA_GLIB_CFLAGS added Ignore-this: f70baad5a9f61b6fcbe44ec1aa4c2c22 GLib behaves badly with -Wall -Werror. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12423 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4357c2aca4
commit
b51e4533d5
|
@ -1 +1 @@
|
|||
Wed Mar 4 14:40:17 CST 2009
|
||||
Wed Mar 4 14:42:12 CST 2009
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
S_BASE = $(top_srcdir)/libsofia-sip-ua
|
||||
B_BASE = $(top_builddir)/libsofia-sip-ua
|
||||
|
||||
INCLUDES = -I$(S_BASE)/su -I$(B_BASE)/su $(GLIB_CFLAGS)
|
||||
INCLUDES = -I$(S_BASE)/su -I$(B_BASE)/su $(GLIB_CFLAGS) \
|
||||
$(SOFIA_GLIB_CFLAGS)
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Build targets
|
||||
|
|
|
@ -122,6 +122,7 @@ esac])
|
|||
AC_SUBST([CWFLAG], [$ac_cv_cwflag])
|
||||
|
||||
AC_ARG_VAR([SOFIA_CFLAGS], [CFLAGS not used during configure])
|
||||
AC_ARG_VAR([SOFIA_GLIB_CFLAGS], [Extra CFLAGS for libsofia-sip-ua-glib])
|
||||
|
||||
SAC_COVERAGE
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue