Commit Graph

2 Commits (master)

Author SHA1 Message Date
Mike Frysinger f79d0a8bac m4: use an older openmp macro
The newer one requires autoconf-2.69 but that version isn't available
in Ubuntu Precise which is what the Travis CI bots run.
2016-05-18 19:30:34 -04:00
Mike Frysinger c9a4a85f38 libimagequant: fix integration
The symbol was being set up in cmake but not on the autotools side.
Clean this up to be like other external libraries.

We need to pull in some openmp logic as it's not uncommon for the lib
to be built with openmp support.  When we test for it, we need to do
so with openmp flags.

Fixes #137.
2016-05-18 03:03:50 -04:00