Changeset 742 for trunk/configure.ac


Ignore:
Timestamp:
Dec 19, 2008, 11:48:47 PM (15 years ago)
Author:
Peter Johansson
Message:

corrected typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r741 r742  
    8181AC_PROG_SED
    8282AC_PATH_PROG([HELP2MAN], [help2man], [no])
    83 AM_CONDITIONAL([HAVE_HELP2MAN], [test x$help2man != xno])
     83AM_CONDITIONAL([HAVE_HELP2MAN], [test x$HELP2MAN != xno])
    8484AC_CHECK_PROG([GNUPLOT],[gnuplot],[ok])
    8585
     
    194194
    195195if (test "$wc_found" = "yes"); then
    196    if test x$help2man = xno; then
     196   if test x$HELP2MAN = xno; then
    197197     AC_MSG_WARN(m4_text_wrap(m4_normalize([
    198198       `help2man' is missing on your system.  You will not be
Note: See TracChangeset for help on using the changeset viewer.