~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:
126
126
AM_CONDITIONAL(BUILD_MONO_EXAMPLES, test "x$csharp_examples" != "xno")
127
127
 
128
128
dnl CFLAGS
129
 
CFLAGS="$CFLAGS -Wall"
 
129
CFLAGS="$CFLAGS -Wall -Werror"
130
130
 
131
131
AC_OUTPUT([
132
132
Makefile