added -lgpg-error to sun compiler CXXFLAGS for iksemel library and tools to be build corretly in libiksemel configure.ac

This commit is contained in:
cypromis 2011-01-03 11:58:15 +01:00
parent ced63c3516
commit 45a32dda3d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ AC_ARG_ENABLE(64,
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
if test "${enable_64}" = "yes"; then
CFLAGS="$CFLAGS -m64"
CXXFLAGS="$CXXFLAGS -m64"
CXXFLAGS="$CXXFLAGS -m64 -lgpg-error"
fi
fi