summaryrefslogtreecommitdiffstats
path: root/m4/as-arts.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-20 21:27:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-20 21:27:27 +0000
commitcd0d1e2eed593257efa4e0e6f33819a5910d56f5 (patch)
tree61a46bb268e07ee3c85e5d9297a526d6fcce75cc /m4/as-arts.m4
parent9df51e1ef29af29a61374e6f14031a2e02d1dff6 (diff)
wingo's changes
Original commit message from CVS: wingo's changes
Diffstat (limited to 'm4/as-arts.m4')
-rw-r--r--m4/as-arts.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/as-arts.m4 b/m4/as-arts.m4
index 29256e9a..2d628199 100644
--- a/m4/as-arts.m4
+++ b/m4/as-arts.m4
@@ -158,7 +158,7 @@ int main ()
:
else
echo "*** Could not run ARTS test program, checking why..."
- CFLAGS="$CFLAGS $ARTS_CFLAGS"
+ CFLAGS="$CFLAGS $ARTS_CXXFLAGS"
LIBS="$LIBS $ARTS_LIBS"
AC_TRY_LINK([
#include <stdio.h>
@@ -181,11 +181,11 @@ int main ()
LIBS="$ac_save_LIBS"
fi
fi
- ARTS_CFLAGS=""
+ ARTS_CXXFLAGS=""
ARTS_LIBS=""
ifelse([$3], , :, [$3])
fi
- AC_SUBST(ARTS_CFLAGS)
+ AC_SUBST(ARTS_CXXFLAGS)
AC_SUBST(ARTS_LIBS)
rm -f conf.artstest
])