# HG changeset patch # User nexus # Date 1023725986 0 # Node ID 48e3f3cc291ab8305c2173e80afd4f0fa53d37df # Parent 64a828f1872bff96b4e386ba66c2a036a36026ee FreeBSD Real support diff -r 64a828f1872b -r 48e3f3cc291a configure --- a/configure Mon Jun 10 16:14:25 2002 +0000 +++ b/configure Mon Jun 10 16:19:46 2002 +0000 @@ -3227,8 +3227,11 @@ if linux ; then _real=yes echores "yes" + elif freebsd ; then + _real=yes + echores "yes" else - echores "no (untested on non-linux arch)" + echores "no (tested only on Linux and FreeBSD arch)" fi else echores "no (dynamic loader support needed)"