浏览代码

configure.ac: fix informational help messages

Nathalie Furmento 13 年之前
父节点
当前提交
69ea3ce9c2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -122,7 +122,7 @@ else
 fi
 
 # Define slow machine
-AC_ARG_ENABLE(slow-machine, [AS_HELP_STRING([--disable-slow-machine],
+AC_ARG_ENABLE(slow-machine, [AS_HELP_STRING([--enable-slow-machine],
 				   [Lower default values for the testcases run by make check])],
 				   enable_slow_machine=$enableval, enable_slow_machine=false)
 if  test x$enable_slow_machine = xyes; then
@@ -1038,7 +1038,7 @@ if test x$QMAKE != xnot-found; then
 					QWT_PRI=system
 				])
 			AC_ARG_WITH(qwt-lib,
-				[AS_HELP_STRING([--with-qwt-lib=<path>],
+				[AS_HELP_STRING([--with-qwt-lib=<name>],
 				[specify installed libqwt library name])],
 				[
 					STARPU_QWT_LDFLAGS="${STARPU_QWT_LDFLAGS} -l$withval"