aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-12-01 14:33:21 -0800
committerAndrew Waterman <andrew@sifive.com>2020-12-01 14:33:21 -0800
commit654480447f86dfcce9eb6113c635ba4fbd84bb25 (patch)
treee20c46d7737d088d02267770f639d82dbdacb32d
parent0cb148a05169b5f4051ea52c07352a5c6f0f2b87 (diff)
downloadriscv-isa-sim-654480447f86dfcce9eb6113c635ba4fbd84bb25.zip
riscv-isa-sim-654480447f86dfcce9eb6113c635ba4fbd84bb25.tar.gz
riscv-isa-sim-654480447f86dfcce9eb6113c635ba4fbd84bb25.tar.bz2
Remove stray comma in configure
-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])
])