gpg-error is needed on c flags as well on solaris

This commit is contained in:
cypromis 2011-01-25 03:24:35 +01:00
parent 6477d3f87e
commit 7ce63feadf
1 changed files with 1 additions and 1 deletions

View File

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