Changeset 7233 for trunk/configure.ac
- Timestamp:
- Dec 2, 2008, 4:20:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r7107 r7233 211 211 212 212 AC_CANONICAL_HOST 213 have_beos="no"214 213 have_darwin="no" 215 214 have_msw="no" … … 230 229 ;; 231 230 232 *beos*)233 have_beos="yes"234 RELEASE=`uname -r`235 case $RELEASE in236 6.*|5.0.4) # Zeta or R5 / BONE beta 7237 ;;238 5.0*) # R5 / net_server239 CPPFLAGS="$CPPFLAGS -DBEOS_NETSERVER"240 ;;241 *)242 AC_MSG_ERROR("Unsupported BeOS version")243 ;;244 esac245 GCCVER=`$CC -dumpversion`246 case $GCCVER in247 2.95.3*|3*|4*)248 ;;249 2.9*)250 BEOS_OLDCC=yes251 ;;252 *)253 AC_MSG_ERROR("Unsupported gcc version")254 ;;255 esac256 ;;257 258 231 *darwin*) 259 232 have_darwin="yes" … … 274 247 esac 275 248 276 AC_ARG_ENABLE([beos],277 [AC_HELP_STRING([--enable-beos],[build OS X client])],278 [build_beos=${enableval}],279 [build_beos=${have_beos}])280 AM_CONDITIONAL([BUILD_BEOS],[test "x$build_beos" = "xyes"])281 282 249 AC_ARG_ENABLE([cli], 283 250 [AC_HELP_STRING([--enable-cli],[build command-line client])], … … 299 266 300 267 301 if test "x$have_beos" = "xyes"; then302 AC_DEFINE([HAVE_BEOS], 1)303 fi304 268 if test "x$have_darwin" = "xyes"; then 305 269 AC_DEFINE([HAVE_DARWIN], 1) … … 316 280 AC_CONFIG_FILES([Makefile 317 281 transmission.spec 318 beos/Makefile319 282 cli/Makefile 320 283 daemon/Makefile … … 342 305 Build Command-Line client: ${build_cli} 343 306 Build Daemon: ${build_daemon} 344 Build BeOS client: ${build_beos}345 307 Build GTK+ client: ${build_gtk} 346 308 ... gio support: ${use_gio}
Note: See TracChangeset
for help on using the changeset viewer.