Browse Source

Add check for kramdown so that both RONN and KRAMDOWN are set by configure script

master
Daniel Bair 5 years ago
parent
commit
b56c9429bc
2 changed files with 2 additions and 1 deletions
  1. 0
    1
      Makefile.am
  2. 2
    0
      configure.ac

+ 0
- 1
Makefile.am View File

SHARED_VERSION=2:51:1 # = *.so.1.1.51 SHARED_VERSION=2:51:1 # = *.so.1.1.51


MKDIR=mkdir -p MKDIR=mkdir -p
KRAMDOWN=kramdown


# -Wno-endif-labels : Needed to prevent warnings in ieee80.c. # -Wno-endif-labels : Needed to prevent warnings in ieee80.c.
AM_CFLAGS = \ AM_CFLAGS = \

+ 2
- 0
configure.ac View File



AM_CONDITIONAL(HAVE_RONN, [test ! x"$RONN" = xno]) AM_CONDITIONAL(HAVE_RONN, [test ! x"$RONN" = xno])


AC_CHECK_PROG(KRAMDOWN, kramdown, kramdown, no)

dnl ================================================================ dnl ================================================================
dnl Extended dictionary checks. dnl Extended dictionary checks.
dnl ================================================================ dnl ================================================================

Loading…
Cancel
Save