[tracker] build: Fix warning for --with-compile-warnings, which mentions --enable-compile-warnings



commit 67e1ee232b58797cfa590fb40678a12308abcb53
Author: Martyn Russell <martyn lanedo com>
Date:   Fri Mar 21 12:04:16 2014 +0000

    build: Fix warning for --with-compile-warnings, which mentions --enable-compile-warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705315

 acinclude.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/acinclude.m4 b/acinclude.m4
index 1f3c5f1..f481d84 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -166,7 +166,7 @@ AC_DEFUN([IDT_COMPILE_WARNINGS],[
        fi
        ;;
     *)
-       AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)
+       AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --with-compile-warnings)
        ;;
     esac
     CFLAGS="$realsave_CFLAGS"


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