The help string for configure option --enable-debug-logs says that the option is --debug-logs.

Andris

>From ed2b7073c28c219b70a7b61b0ed8ed428bc2a4f0 Mon Sep 17 00:00:00 2001
From: Andris Pavenis <andris.pave...@ipnetworks.fi>
Date: Fri, 25 May 2012 12:42:58 +0300
Subject: [PATCH] Fix configure option --enable-debug-logs help string

---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 50e0903..390fada 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ PIC_CXXFLAGS="$lt_prog_compiler_pic_CXX"
 AC_SUBST(PIC_CXXFLAGS)
 
 AC_ARG_ENABLE(debug-logs,
-              AS_HELP_STRING([--debug-logs],
+              AS_HELP_STRING([--enable-debug-logs],
                              [For developers: add links to call location to HTML log files. Depends on Doxygen (for HTML version of source) and g++ (for __PRETTY_FUNCTION__).]),
               enable_debug_logs="$enableval", enable_debug_logs="no")
 if test "$enable_debug_logs" = "yes"; then
-- 
1.7.7.6

_______________________________________________
os-libsynthesis mailing list
os-libsynthesis@synthesis.ch
http://lists.synthesis.ch/mailman/listinfo/os-libsynthesis

Reply via email to