stupid typo

This commit is contained in:
PSYC 2013-09-27 21:54:09 +02:00
parent 8c159ce372
commit 3f7bf3102c
1 changed files with 1 additions and 1 deletions

2
src/configure vendored
View File

@ -1,7 +1,7 @@
#!/bin/sh
# first generate the actual configure script
if test ! -f "configure.do" ; then
if test ! -f "configure-do" ; then
(cd autoconf;make)
fi