~dbarth/notify-osd/close-notification-api

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Mirco Müller
  • Date: 2009-09-29 13:28:52 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20090929132852-q4nucxxwdwnk9fr2
added autoconf macro AC_PROG_C_C99 replacing -std=c99, fixes LP: #361788

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
AM_PROG_LIBTOOL
15
15
AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS -I m4")
16
16
AC_PROG_CC
 
17
AC_PROG_CC_C99
17
18
AM_PROG_CC_C_O
18
19
AC_PROG_INSTALL
19
20
 
125
126
AM_CONDITIONAL(BUILD_MONO_EXAMPLES, test "x$csharp_examples" != "xno")
126
127
 
127
128
dnl CFLAGS
128
 
CFLAGS="$CFLAGS -Wall -Werror -std=c99"
 
129
CFLAGS="$CFLAGS -Wall -Werror"
129
130
 
130
131
AC_OUTPUT([
131
132
Makefile