798a30634a
- Fix build with new gnu Ld defaults. OBS-URL: https://build.opensuse.org/request/show/80101 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=6
12 lines
228 B
Diff
12 lines
228 B
Diff
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -36,7 +36,7 @@ AC_CHECK_HEADER([stdlib.h])
|
|
# Check for system functions
|
|
AC_CHECK_FUNCS(wcsdup)
|
|
AC_CHECK_FUNCS(strndup)
|
|
-
|
|
+AC_SEARCH_LIBS(sin, m)
|
|
# Checks for libraries.
|
|
|
|
AC_PATH_X
|