goat3dgfx

diff configure @ 11:d061fe1a31ec

compile vr source files or not
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 24 Nov 2013 14:00:14 +0200
parents b4c9a24c946e
children 1868c5975f31
line diff
     1.1 --- a/configure	Sun Nov 24 13:30:44 2013 +0200
     1.2 +++ b/configure	Sun Nov 24 14:00:14 2013 +0200
     1.3 @@ -199,6 +199,8 @@
     1.4  	emit "cfg_cflags = $CFLAGS"
     1.5  	emit "cfg_ldflags = $LDFLAGS"
     1.6  
     1.7 +	if $vr; then emit 'use_vr = true'; fi
     1.8 +
     1.9  	cat Makefile.in >>Makefile
    1.10  }
    1.11