File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,6 @@ AC_PREFIX_DEFAULT([/usr/local])
3434
3535AC_PROG_MKDIR_P
3636
37- AC_ARG_ENABLE ( [ logging] ,
38- AS_HELP_STRING ( [ --disable-logging] , [ disable system logging @<:@ default=enabled@:>@ ] ) ,
39- [ ] , enable_logging=yes )
40- AS_IF ( [ test "x$enable_logging" = "xyes"] , [
41- AC_DEFINE ( ENABLE_LOGGING , [ 1] , [ System logging.] )
42- ] )
43-
44- AC_ARG_ENABLE ( [ debug] ,
45- AS_HELP_STRING ( [ --enable-debug] , [ enable debug messages @<:@ default=disabled@:>@ ] ) ,
46- [ ] , [ enable_debug=no] )
47- AS_IF ( [ test "x$enable_debug" = "xyes"] , [
48- AC_DEFINE ( ENABLE_DEBUG , [ 1] , [ Debug messages.] )
49- ] )
50-
5137my_CFLAGS="\
5238-Wall \
5339-Wchar-subscripts \
@@ -92,7 +78,4 @@ includedir: ${includedir}
9278compiler: ${CC}
9379cflags: ${CFLAGS}
9480ldflags: ${LDFLAGS}
95-
96- logging: ${enable_logging}
97- debug: ${enable_debug}
9881] )
You can’t perform that action at this time.
0 commit comments