diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 16:16:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 16:16:46 -0800 |
commit | b503a04bc4de9fbbec52b29eab0ca36afb3de77f (patch) | |
tree | 9f5022e338fc567ded9d3394ebeaa5c9ce9169f1 /configure.ac | |
parent | ad9a08c1364c4165d6bdd821312e49b53e1e113f (diff) |
configure: make ---with-render help string match the accepted option name
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index b6d32d6..42fedc8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Copyright 2005 Red Hat, Inc. -dnl +dnl dnl Permission to use, copy, modify, distribute, and sell this software and its dnl documentation for any purpose is hereby granted without fee, provided that dnl the above copyright notice appear in all copies and that both that @@ -9,7 +9,7 @@ dnl advertising or publicity pertaining to distribution of the software without dnl specific, written prior permission. Red Hat makes no dnl representations about the suitability of this software for any purpose. It dnl is provided "as is" without express or implied warranty. -dnl +dnl dnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO dnl EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -41,8 +41,8 @@ XLOGO_DEPS="sm xaw7 xmu xt >= 1.0 xext x11" # Use render & xft2 to draw logo? -AC_ARG_WITH(render, - AS_HELP_STRING([--with-xrender], [Use Xrender & Xft2 to draw logo]), +AC_ARG_WITH(render, + AS_HELP_STRING([--with-render], [Use Xrender & Xft2 to draw logo]), USE_RENDER="$withval", USE_RENDER="try") if test "x$USE_RENDER" = "xtry" ; then |