mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
596 B
Text
11 lines
596 B
Text
diff -ur work.orig/sablevm-1.0.6/configure.ac work/sablevm-1.0.6/configure.ac
|
|
--- work.orig/sablevm-1.0.6/configure.ac Wed Aug 14 22:29:54 2002
|
|
+++ work/sablevm-1.0.6/configure.ac Sat Aug 17 21:14:51 2002
|
|
@@ -119,7 +119,6 @@
|
|
AC_CHECK_LIB(ltdl,lt_dlinit,echo -n,echo ***ERROR: libltdl is missing; exit 1)
|
|
AC_CHECK_LIB(m,fmod,echo -n,echo ***ERROR: libm is missing; exit 1)
|
|
AC_CHECK_LIB(popt,poptGetContext,echo -n,echo ***ERROR: libpopt is missing; exit 1)
|
|
-AC_CHECK_LIB(pthread,pthread_self,echo -n,echo ***ERROR: libpthread is missing; exit 1)
|
|
|
|
dnl Checks for header files.
|
|
AC_HEADER_STDC
|