summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-10-14 17:28:08 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-10-14 17:28:08 +0200
commit64d860019b70c26520b17ecd98cf019b2d12ce9a (patch)
tree1a4c28920e0e206e0f51a1143b6b21875aa42ee7 /autogen.sh
parenteae1fca4710303b57d157495bc08e69c4977ffa6 (diff)
parentc7af1c332447e5fb25f37d4738458a5d7106a6fc (diff)
Merge with master
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c027031..c0b9008 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
# Check if hugin has been obtained:
-if [ ! -d hugin ]
+if [ ! -f hugin/hugin.c ]
then
echo "You are missing the hugin submodule."
echo "Run"