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:
parent
ced63c3516
commit
45a32dda3d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue