better multiarch support
This commit is contained in:
parent
dc5fbb0afd
commit
8c715c11c8
2 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue