summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0f04fd4..b945995 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,7 +275,7 @@ AS_IF([test "x$RMANDEBUG" != x],
CXXFLAGS+=" -O2"
])
CXXFLAGS+= -fPIC
-CFLAGS+=-fPIC
+CFLAGS+= -fPIC
AC_DEFINE_UNQUOTED([RMANVERSION], [$RMANVERSION])
AC_DEFINE_UNQUOTED([BASEDBSTRING], ["$BASEDBSTRING"])
AC_DEFINE([EARLY_TEMPLATE])