From c20e4be353b7fbba256248724b856fb245641cd9 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 9 Apr 2015 15:33:45 +0100 Subject: Fix mistake if TravisCI scripts where configure flag for enabling POSIX runtime was incorrect. --- .travis/klee.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/klee.sh b/.travis/klee.sh index faf3f5f5..3106dca9 100755 --- a/.travis/klee.sh +++ b/.travis/klee.sh @@ -33,7 +33,7 @@ if [ "${KLEE_UCLIBC}" -eq 1 ]; then cd klee-uclibc ./configure --make-llvm-lib --with-cc "${KLEE_CC}" --with-llvm-config /usr/bin/llvm-config-${LLVM_VERSION} make - KLEE_UCLIBC_CONFIGURE_OPTION="--with-uclibc=$(pwd) --with-posix-runtime" + KLEE_UCLIBC_CONFIGURE_OPTION="--with-uclibc=$(pwd) --enable-posix-runtime" cd ../ else KLEE_UCLIBC_CONFIGURE_OPTION="" -- cgit 1.4.1