diff options
| author | Henry Kroll III <henry@comptune.com> | 2010-04-24 02:28:27 -0700 |
|---|---|---|
| committer | Henry Kroll III <henry@comptune.com> | 2010-04-24 02:32:41 -0700 |
| commit | 1578322b0649ae5a378acd2f53c542add9e9923f (patch) | |
| tree | f5c29f06a5aa588ef6b19c2b718af82c6223fd8a | |
| parent | 4686236091d8ebc2f11c799d0c5a6f8ce36554b5 (diff) | |
| download | tinycc-1578322b0649ae5a378acd2f53c542add9e9923f.tar.gz tinycc-1578322b0649ae5a378acd2f53c542add9e9923f.tar.bz2 | |
fix typo in configure
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
