瀏覽代碼

configure.ac: fix condition

Nathalie Furmento 14 年之前
父節點
當前提交
3882b3533a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -724,7 +724,7 @@ fi
 
 AC_ARG_WITH(perf-model-dir, [AS_HELP_STRING([--with-perf-model-dir=<dir>], [specify where performance models shoulds be stored])],
 	[
-		if x$withval = xno; then
+		if test x$withval = xno; then
 			AC_MSG_ERROR(--without-perf-model-dir is not a valid option)
 		fi