]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
configure.ac: Minor style fix.
authorSimon Ruderich <simon@ruderich.org>
Mon, 10 Jun 2013 14:22:09 +0000 (16:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 10 Jun 2013 14:22:09 +0000 (16:22 +0200)
configure.ac

index f4154bd04a9b25694b1ed59fac63d4ebe9becc33..cb3af17f496992dd59789ef0a2e2748ae06ff243 100644 (file)
@@ -61,12 +61,12 @@ AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([dlsym() is required])])
 AC_ARG_ENABLE([warnings],
               [AS_HELP_STRING([--enable-warnings],[enable warning output])],
               [if test "x$enableval" = xyes; then
-                   AC_DEFINE([WARNING], 1, [Define to enable warning output.])
+                   AC_DEFINE([WARNING], 1, [Define to enable warning output.])
                fi])
 AC_ARG_ENABLE([debug],
               [AS_HELP_STRING([--enable-debug],[enable debug output])],
               [if test "x$enableval" = xyes; then
-                   AC_DEFINE([DEBUG], 1, [Define to enable debug output.])
+                   AC_DEFINE([DEBUG], 1, [Define to enable debug output.])
                    dnl DEBUG implies WARNING
                    AC_DEFINE([WARNING], 1)
                fi])