Browse Source

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

master
Daniel Bair 4 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

@@ -14,7 +14,6 @@ pkgconfig_DATA = espeak-ng.pc
SHARED_VERSION=2:51:1 # = *.so.1.1.51

MKDIR=mkdir -p
KRAMDOWN=kramdown

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

+ 2
- 0
configure.ac View File

@@ -257,6 +257,8 @@ AC_CHECK_PROG(RONN, ronn, ronn, no)

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

AC_CHECK_PROG(KRAMDOWN, kramdown, kramdown, no)

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

Loading…
Cancel
Save