diff --git a/configure b/configure index 454544300b5..d276ab541c4 100755 --- a/configure +++ b/configure @@ -1108,6 +1108,12 @@ ds | gamecube | wii) exit 1 fi ;; +n64) + if test -z "$N64SDK"; then + echo "Please set N64SDK in your environment. export N64SDK=" + exit 1 + fi + ;; ps2) if test -z "$PS2SDK"; then echo "Please set PS2SDK in your environment. export PS2SDK="