comparison configure @ 1412:bec93c250168

Display detected OS and arch.
author atmos4
date Sun, 29 Jul 2001 13:24:23 +0000
parents 1752eedd4f97
children 4db9d6a4c959
comparison
equal deleted inserted replaced
1411:db849cee5777 1412:bec93c250168
272 esac 272 esac
273 else 273 else
274 system_name=`echo $_target | cut -d '-' -f 2` 274 system_name=`echo $_target | cut -d '-' -f 2`
275 host_arch=`echo $_target | cut -d '-' -f 1` 275 host_arch=`echo $_target | cut -d '-' -f 1`
276 fi 276 fi
277
278 echo "Detected operating system: $system_name"
279 echo "Detected host architecture: $host_arch"
277 280
278 # Determine OS dependent libs 281 # Determine OS dependent libs
279 282
280 if [ "$system_name" = "FreeBSD" ]; then 283 if [ "$system_name" = "FreeBSD" ]; then
281 _archlibs="-rdynamic -pthread" 284 _archlibs="-rdynamic -pthread"