configure.ac AC_LANG = C++

This commit is contained in:
Markus Gans 2018-12-06 22:31:33 +01:00
parent 8a45d9c1cb
commit d6fe46c922
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ AC_SEARCH_LIBS([tparm], [termcap tinfo curses ncurses])
# Checks for libtool # Checks for libtool
AC_ENABLE_SHARED AC_ENABLE_SHARED
AC_ENABLE_STATIC AC_ENABLE_STATIC
AC_LANG([C++])
LT_INIT([dlopen]) LT_INIT([dlopen])
LT_LANG([C++]) LT_LANG([C++])
LT_OUTPUT LT_OUTPUT