From ac59d563168ff0a6feb14b7a70bfd715086c3a57 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 26 Apr 2013 20:23:43 +0000 Subject: Corrected a typo in the configure script. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7ad33ea..0e9067a 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ dnl AC_MSG_CHECKING(Qt includes directory) AC_ARG_WITH([qt-includes], - AC_HELP_STRING([--with-qt-includes], [to specify the path to directory containing the the Qt-4.8.0 includes.]), + AC_HELP_STRING([--with-qt-includes=], [to specify the path to directory containing the the Qt-4.8.0 includes.]), [QTINCLUDEDIR="$withval"], [QTINCLUDEDIR="$QTDIR/include"]) AC_MSG_RESULT($QTINCLUDEDIR) -- cgit v1.2.3