mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
Don't link to -lm unconditionally in cairo.pc
Reuse $LIBM results.
This commit is contained in:
parent
24374ad613
commit
6d0e326044
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ AC_DEFUN([CAIRO_BACKEND_ENABLE],
|
|||
CAIRO_FEATURES=""
|
||||
CAIRO_REQUIRES=""
|
||||
CAIRO_NONPKGCONFIG_CFLAGS=""
|
||||
CAIRO_NONPKGCONFIG_LIBS="-lm"
|
||||
CAIRO_NONPKGCONFIG_LIBS="$LIBM"
|
||||
CAIRO_CFLAGS=$CAIRO_NONPKGCONFIG_CFLAGS
|
||||
CAIRO_LIBS=$CAIRO_NONPKGCONFIG_LIBS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue