diff options
author | Stijn Buys <ingar@osirion.org> | 2013-04-26 20:23:43 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-04-26 20:23:43 +0000 |
commit | ac59d563168ff0a6feb14b7a70bfd715086c3a57 (patch) | |
tree | 216ec168c26abeaaeee3727ee0568b534cbd2eda | |
parent | c93587b39b34c38f7d788fc639ced2bf5493a56a (diff) |
Corrected a typo in the configure script.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |