diff configure.ac @ 9:ca1889e54806

Give the project file name explicitly (in case it differs from directory name, which we have no control over)
author Chris Cannam
date Sun, 25 Nov 2012 10:56:11 +0000
parents 158f40a613a5
children 8b7383948381
line wrap: on
line diff
--- a/configure.ac	Sun Nov 25 10:50:21 2012 +0000
+++ b/configure.ac	Sun Nov 25 10:56:11 2012 +0000
@@ -119,7 +119,7 @@
 
 AC_OUTPUT
 
-if ! $QMAKE -r; then
+if ! $QMAKE -r tonioni.pro; then
    AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])
 fi