mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
$NetBSD: patch-configure.ac,v 1.1 2014/09/24 09:47:41 asau Exp $
|
|
|
|
--- configure.ac.orig 2014-05-09 10:05:32.000000000 +0000
|
|
+++ configure.ac
|
|
@@ -94,11 +94,6 @@ AM_PROG_AS
|
|
# Activate large file mode if needed
|
|
AC_SYS_LARGEFILE
|
|
|
|
-# Checks for libraries.
|
|
-AC_CHECK_LIB(gcc, main)
|
|
-AC_CHECK_LIB(gcc_s, main)
|
|
-AC_CHECK_LIB(stdc++, main)
|
|
-
|
|
# These can sometimes be in the standard libraries
|
|
AC_SEARCH_LIBS([dlopen], [dl dld])
|
|
AC_SEARCH_LIBS([floor], [m])
|