Skip to content

Commit 58269b0

Browse files
committed
removing options that don't do anything
1 parent 5792fb3 commit 58269b0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

configure.ac

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ AC_PREFIX_DEFAULT([/usr/local])
3434

3535
AC_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-
5137
my_CFLAGS="\
5238
-Wall \
5339
-Wchar-subscripts \
@@ -92,7 +78,4 @@ includedir: ${includedir}
9278
compiler: ${CC}
9379
cflags: ${CFLAGS}
9480
ldflags: ${LDFLAGS}
95-
96-
logging: ${enable_logging}
97-
debug: ${enable_debug}
9881
])

0 commit comments

Comments
 (0)