ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure.ac
(Generate patch)

Comparing hopm/trunk/configure.ac (file contents):
Revision 5069 by michael, Mon Dec 22 14:25:58 2014 UTC vs.
Revision 5070 by michael, Mon Dec 22 15:00:01 2014 UTC

# Line 93 | Line 93 | typedef unsigned long uint32;
93  
94   AC_CONFIG_SUBDIRS(src/libopm)
95  
96 dnl This comes last because configure won't actually work with -Werror in
97 dnl the CFLAGS
98 AC_ARG_WITH(werror,
99    AC_HELP_STRING([--with-werror],
100    [use -Werror to abort compilation on any warning]),
101    [CFLAGS="$CFLAGS -Werror"])
102
96   AC_OUTPUT(Makefile doc/Makefile src/Makefile)
97  
98  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)