summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <neo@src.gnome.org>2002-03-04 18:31:42 +0000
committerSven Neumann <neo@src.gnome.org>2002-03-04 18:31:42 +0000
commita69f02aa56e30b459e919fbb67107526ccb256a7 (patch)
tree63828536bfb1d4b394c3eba474f329e32f159516
parent9536f1526bf91611c1b21dc4fb2fe828fc6612f9 (diff)
downloadpango-a69f02aa56e30b459e919fbb67107526ccb256a7.tar.gz
now really align the configure --help output ... sorry
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c420c7df..e5b664ce 100644
--- a/configure.in
+++ b/configure.in
@@ -269,7 +269,7 @@ AM_CONDITIONAL(BUILD_OT_TESTS, test $have_varargs = yes)
#
AC_MSG_CHECKING(modules to link statically)
-AC_ARG_WITH(included_modules, [ --with-included-modules=MODULE1,MODULE2,... build the given modules into Pango])
+AC_ARG_WITH(included_modules, [ --with-included-modules=MODULE1,MODULE2,... build the given modules into Pango])
arabic_modules="arabic-ft2,arabic-x,arabic-xft"
basic_modules="basic-ft2,basic-win32,basic-x,basic-xft"
@@ -363,7 +363,7 @@ AC_CHECK_FUNCS(flockfile)
# present
#
-AC_ARG_WITH(qt, [ --with-qt=DIR location where Qt is installed],,with_qt=yes)
+AC_ARG_WITH(qt, [ --with-qt=DIR location where Qt is installed],,with_qt=yes)
if test "$CXX" != "" ; then
AC_MSG_CHECKING(For Qt location)