From 2c616080220bf33a8348e12fd8a5c87052300a54 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 22 Dec 2012 03:12:58 +0200 Subject: bump libpicofe for r-pi gl code --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 8ef7611..f55e9b6 100755 --- a/configure +++ b/configure @@ -425,6 +425,9 @@ echo "enable dynarec $enable_dynarec" echo "ARMv7 optimizations $have_armv7" echo "enable ARM NEON $have_arm_neon" echo "tslib support $have_tslib" +if [ "$platform" = "generic" ]; then + echo "OpenGL ES output $have_gles" +fi echo "# Automatically generated by configure" > $config_mak printf "# Configured with:" >> $config_mak -- cgit v1.2.3