Skip to content

Commit

Permalink
Find utf8cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Dec 26, 2024
1 parent 98d02ce commit df965fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ AS_IF([test "$version_flag" == none], [
])
CXXFLAGS="$CXXFLAGS ${version_flag}"

AC_CHECK_HEADER([utf8cpp/utf8.h], [CPPFLAGS="-I/usr/include/utf8cpp/ $CPPFLAGS"], [
AC_CHECK_HEADER([utf8.h], [], [AC_MSG_ERROR([You don't have utfcpp installed.])])
])

AC_CONFIG_FILES([
lexd.pc
Makefile
Expand Down

0 comments on commit df965fe

Please sign in to comment.