summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-08 22:44:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-08 22:44:18 +0000
commit8974c76c2d47ca842346c2ce3bae710b59079d94 (patch)
treecfe08fd3080909dec403eb4605ffa5f59e4dc850
parented9a73557b775eac3088027d230d5bb775265d12 (diff)
downloadrockbox-8974c76c2d47ca842346c2ce3bae710b59079d94.tar.gz
rockbox-8974c76c2d47ca842346c2ce3bae710b59079d94.zip
Hide the x11 type offering when building simulator, SDL is now the way to
go. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8634 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 2465c53a12..a50abb8d1d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -303,10 +303,12 @@ whichsim () {
303if [ -z "$simver" ]; then 303if [ -z "$simver" ]; then
304 304
305 ################################################################## 305 ##################################################################
306 # Figure out win32/x11 GUI 306 # Figure out what simulator version
307 #
308 # x11 is deprecated so hide it from the question
307 # 309 #
308 echo "" 310 echo ""
309 echo "Build (W)in32 or (X)11 or (S)DL GUI version? (S)" 311 echo "Build (W)in32 or (S)DL version? (S)"
310 312
311 option=`input`; 313 option=`input`;
312 314