bump libpicofe for r-pi gl code
[pcsx_rearmed.git] / configure
index 8ef7611..f55e9b6 100755 (executable)
--- 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