[gnome-power-manager] Small fixup for 6245b1b9f8af94775ff060326336817183cf2101



commit eb6e16fc849ccf760035ff5c44da541f834fbd9c
Author: Michael Biebl <biebl debian org>
Date:   Tue Oct 20 05:17:23 2009 +0200

    Small fixup for 6245b1b9f8af94775ff060326336817183cf2101
    
    - Use AS_HELP_STRING, AC_HELP_STRING is deprecated
    - Use correct WARNINGFLAGS variable name

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3d5b592..d10a9f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,12 +40,12 @@ else
 	default_strict=no
 fi
 
-AC_ARG_ENABLE(strict, AC_HELP_STRING([--enable-strict],
+AC_ARG_ENABLE(strict, AS_HELP_STRING([--enable-strict],
 		[Enable strict compilation options]), enable_strict=$enableval,
 		enable_strict=$default_strict)
 if test x$enable_strict != xno; then
 	if test "$GCC" = "yes"; then
-		WARNINGFLAGS_C="$WARNINGFLAGS_C -Werror"
+		WARNINGFLAGS="$WARNINGFLAGS -Werror"
 	fi
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]