better multiarch support

This commit is contained in:
Martin Reinecke 2019-01-22 12:05:13 +01:00
parent dc5fbb0afd
commit 8c715c11c8
2 changed files with 13 additions and 6 deletions

View file

@ -33,6 +33,9 @@ LIBS="-lm"
AC_PROG_LIBTOOL
tmpval=`echo $CFLAGS | grep -c '\-DMULTIARCH'`
AM_CONDITIONAL([HAVE_MULTIARCH], [test $tmpval -gt 0])
dnl
dnl Create pkgconfig .pc file.
dnl