From 1578322b0649ae5a378acd2f53c542add9e9923f Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Sat, 24 Apr 2010 02:28:27 -0700 Subject: [PATCH] fix typo in configure --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index f9b91a74..80a1c37c 100755 --- a/configure +++ b/configure @@ -232,7 +232,8 @@ echo " --sysroot=PREFIX prepend PREFIX to library/include paths []" echo " --cc=CC use C compiler CC [$cc]" echo " --with-libgcc use /lib/libgcc_s.so.1 instead of libtcc1.a" echo " --with-selinux use mmap instead of exec mem" -echo " [requires write access to /tmp]"echo "" +echo " [requires write access to /tmp]" +echo "" #echo "NOTE: The object files are build at the place where configure is launched" exit 1 fi -- 2.11.4.GIT