Check-in Number:
|
5567 | |
Date: |
2004-Aug-24 23:37:28 (local)
2004-Aug-24 21:37:28 (UTC) |
User: | ms |
Branch: | |
Comment: |
Use correct with-qt expression as indicated by configure --help. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/aclocal.m4 1.19 -> 1.20
--- aclocal.m4 2004/08/13 12:35:41 1.19
+++ aclocal.m4 2004/08/24 21:37:28 1.20
@@ -295,8 +295,8 @@
dnl ##
AC_DEFUN(AC_CHECK_QT,[dnl
-AC_ARG_WITH(qtdir,dnl
-[ --with-qtdir=[DIR] prefix where Qt is installed], qtdir=$withval,)
+AC_ARG_WITH(qt,dnl
+[ --with-qt=[DIR] prefix where Qt is installed], qtdir=$withval,)
AC_MSG_CHECKING(the Qt installation path)
dnl ## Ensure that we have a basic path to start searching
@@ -310,7 +310,7 @@
AC_MSG_RESULT(${QTBASE})
else
AC_MSG_RESULT(not found)
- AC_MSG_ERROR([Neither \$QTDIR nor --with-qtdir=[DIR] paths exist])
+ AC_MSG_ERROR([Neither \$QTDIR nor --with-qt=[DIR] paths exist])
fi
dnl ## Now search for libs and headers
|
|