Skip to content
Snippets Groups Projects
Commit b7d3ea72 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Convert "-" signs to "_".

parent 1992d3b8
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,8 @@ else ...@@ -89,7 +89,8 @@ else
if test "x$$1_LIB" = "x" ; then if test "x$$1_LIB" = "x" ; then
: :
else else
AC_DEFINE(m4_toupper([HAVE_LIB$2]), 1, Define to 1 if you have lib$2) AC_DEFINE(m4_bpatsubst(m4_toupper([HAVE_LIB$2]),-,_),
1, Define to 1 if you have lib$2)
fi fi
fi fi
AC_SUBST($1_INCLUDE_PATH) AC_SUBST($1_INCLUDE_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment