changeset 14237:0b3b0b52e108

Prepare for supporting FreeBSD 10. * build-aux/config.libpath: Remove handling of freebsd1*.
author Bruno Haible <bruno@clisp.org>
date Thu, 27 Jan 2011 19:09:25 +0100
parents f0d7c8eb7ec3
children 3fe25ca9f00c
files ChangeLog build-aux/config.libpath
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-27  Bruno Haible  <bruno@clisp.org>
+
+	Prepare for supporting FreeBSD 10.
+	* build-aux/config.libpath: Remove handling of freebsd1*.
+
 2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
 
 	Prepare for supporting FreeBSD 10.
--- a/build-aux/config.libpath
+++ b/build-aux/config.libpath
@@ -66,8 +66,6 @@
   dgux*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
-  freebsd1*)
-    ;;
   freebsd* | dragonfly*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;