Revert "Disable config-output on FreeBSD."
authorNikos Ntarmos <ntarmos@cs.uoi.gr>
Thu, 14 May 2009 22:52:58 +0000 (01:52 +0300)
committerBrenden Matthews <brenden@rty.ca>
Sun, 24 May 2009 03:08:31 +0000 (21:08 -0600)
This reverts commit a54fa6a8f4e5356f3a2f24be6f7d3613349f0095.

Signed-off-by: Brenden Matthews <brenden@rty.ca>

configure.ac.in

index 0d3c36c..da5c566 100644 (file)
@@ -55,8 +55,7 @@ case $uname in
   FreeBSD*|GNU/kFreeBSD*)
     WANT_KVM=yes
     WANT_DEVSTAT=yes
-       want_config_output=no
-       ;;
+    ;;
 #  NetBSD*)
 #    WANT_KVM=yes
 #    WANT_OSSLIB=yes
@@ -96,7 +95,7 @@ dnl BUILD_CONFIG_OUTPUT option
 dnl
 
 AC_ARG_ENABLE([config_output],
-              AC_HELP_STRING([--disable-config-output], [disable if you do not want conky to output a default config (with -C) Note: not available on FreeBSD @<:@default=yes@:>@]),
+              AC_HELP_STRING([--disable-config-output], [disable if you do not want conky to output a default config (with -C) @<:@default=yes@:>@]),
               [want_config_output="$enableval"], [want_config_output=yes])
 
 AM_CONDITIONAL(BUILD_CONFIG_OUTPUT, test x$want_config_output = xyes)