diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2007-08-31 19:12:54 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2007-08-31 19:12:54 +0000 |
commit | f67842bb0fc1c653dee35ef5ee8f7f17136ab8be (patch) | |
tree | 0d98f80237f30aa8cec9c5764e1cbdeb07846d9e /configure.in | |
parent | d18ec89f1c7043f65913752aae40ec109624f8ef (diff) | |
download | emacs-f67842bb0fc1c653dee35ef5ee8f7f17136ab8be.tar.gz |
Fix typo.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bcdd605ea8e..fc49170bf94 100644 --- a/configure.in +++ b/configure.in @@ -119,7 +119,7 @@ AC_ARG_WITH(pkg-config-prog, AC_ARG_WITH(toolkit-scroll-bars, [ --without-toolkit-scroll-bars don't use Motif or Xaw3d scroll bars]) -AC_ARG_WITH(xpm, +AC_ARG_WITH(xaw3d, [ --without-xaw3d don't use Xaw3d]) AC_ARG_WITH(xim, [ --without-xim don't use X11 XIM]) |