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 4b40ee59518ed70ef3eaf7b968a44571b37dc337..9eb489d000b98db93ed317b0a54bd1e964285764 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 7a167ed04f808936f3f536bba4b4025d41333774..5294b290ccc1f63fce5cabf2f38db5033fec51e0 100755 (executable)
@@ -66,8 +66,6 @@ case $host_os in
   dgux*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
-  freebsd1*)
-    ;;
   freebsd* | dragonfly*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;