Prepare for supporting FreeBSD 10.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Jan 2011 18:09:25 +0000 (19:09 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 27 Jan 2011 18:09:25 +0000 (19:09 +0100)
* build-aux/config.libpath: Remove handling of freebsd1*.

ChangeLog
build-aux/config.libpath

index 4b40ee5..9eb489d 100644 (file)
--- 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.
index 7a167ed..5294b29 100755 (executable)
@@ -66,8 +66,6 @@ case $host_os in
   dgux*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
-  freebsd1*)
-    ;;
   freebsd* | dragonfly*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;