aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotaz2012-12-22 03:12:58 +0200
committernotaz2012-12-23 02:18:40 +0200
commit2c616080220bf33a8348e12fd8a5c87052300a54 (patch)
tree0bf9ee60a025fa42873d5dab557a1724445a6d65 /configure
parent5b9aa74918361ff5d306c39cb695a77d7ea40b8f (diff)
downloadpcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.tar.gz
pcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.tar.bz2
pcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.zip
bump libpicofe for r-pi gl code
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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