Module Name: src
Committed By: jmcneill
Date: Fri Aug 9 20:12:38 UTC 2013
Modified Files:
src/tools/compat: configure.ac
Log Message:
makefs_udf uses clock_gettime, and on some versions of linux that lives in librt
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/tools/compat/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/configure.ac
diff -u src/tools/compat/configure.ac:1.78 src/tools/compat/configure.ac:1.79
--- src/tools/compat/configure.ac:1.78 Tue Aug 6 21:50:19 2013
+++ src/tools/compat/configure.ac Fri Aug 9 20:12:38 2013
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.78 2013/08/06 21:50:19 apb Exp $
+# $NetBSD: configure.ac,v 1.79 2013/08/09 20:12:38 jmcneill Exp $
#
# Autoconf definition file for libnbcompat.
#
@@ -201,6 +201,8 @@ dnl # Thus AC_CHECK_LIB(regex...) comes
AC_CHECK_LIB(regex, regfree)
AC_SEARCH_LIBS(regfree, rx posix)
+AC_CHECK_LIB(rt, clock_gettime)
+
AC_CHECK_FUNCS(fparseln, [
AC_MSG_CHECKING(if fparseln seems to work)
AC_RUN_IFELSE(