aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--riscv/riscv.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1a5b5f9..82feebb 100755
--- a/configure
+++ b/configure
@@ -4858,7 +4858,7 @@ if test "$ac_res" != no; then :
$as_echo "#define HAVE_DLOPEN /**/" >>confdefs.h
-,
+
HAVE_DLOPEN=yes
diff --git a/riscv/riscv.ac b/riscv/riscv.ac
index a43bcd6..6761686 100644
--- a/riscv/riscv.ac
+++ b/riscv/riscv.ac
@@ -20,7 +20,7 @@ AC_ARG_WITH(varch,
AC_SEARCH_LIBS([dlopen], [dl dld], [
- AC_DEFINE([HAVE_DLOPEN], [], [Dynamic library loading is supported]),
+ AC_DEFINE([HAVE_DLOPEN], [], [Dynamic library loading is supported])
AC_SUBST([HAVE_DLOPEN], [yes])
])