comparison configure @ 6379:48e3f3cc291a

FreeBSD Real support
author nexus
date Mon, 10 Jun 2002 16:19:46 +0000
parents e42a9f3dbdc8
children f0b933918a22
comparison
equal deleted inserted replaced
6378:64a828f1872b 6379:48e3f3cc291a
3225 _real=no 3225 _real=no
3226 if test "$_dl" = yes ; then 3226 if test "$_dl" = yes ; then
3227 if linux ; then 3227 if linux ; then
3228 _real=yes 3228 _real=yes
3229 echores "yes" 3229 echores "yes"
3230 elif freebsd ; then
3231 _real=yes
3232 echores "yes"
3230 else 3233 else
3231 echores "no (untested on non-linux arch)" 3234 echores "no (tested only on Linux and FreeBSD arch)"
3232 fi 3235 fi
3233 else 3236 else
3234 echores "no (dynamic loader support needed)" 3237 echores "no (dynamic loader support needed)"
3235 fi 3238 fi
3236 else 3239 else