1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00

stupid typo

This commit is contained in:
PSYC 2013-09-27 21:54:09 +02:00
parent 8c159ce372
commit 3f7bf3102c

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