From c31df6783f318019c9e89353d2811534f1d5b993 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 31 Dec 2015 14:22:07 +0100 Subject: [PATCH] Tweak recompile configure.in --- bacula/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/configure b/bacula/configure index abecaa5cd8..3602d582e3 100755 --- a/bacula/configure +++ b/bacula/configure @@ -30511,7 +30511,7 @@ $as_echo "#define FDLIBS 1" >>confdefs.h CFLAGS=${CFLAGS--O} if test x$have_gcc = xyes ; then - CPPFLAGS="$CPPFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti" + CPPFLAGS="$CPPFLAGS -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti" CFLAGS="$CFLAGS -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti" fi LDFLAGS=${LDFLAGS--O} -- 2.39.5