From: Kristian Høgsberg Date: Mon, 23 Nov 2009 17:38:40 +0000 (-0500) Subject: Don't hardcore 'yes', use in configure.ac output X-Git-Tag: 2.4.16~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=863e39b56eea0ef95f9bde648fe4868d0b8e3f11;p=platform%2Fupstream%2Flibdrm.git Don't hardcore 'yes', use in configure.ac output Oops, I assumed intel was always enable, but it just defaults to on. --- diff --git a/configure.ac b/configure.ac index fff3b61..39bc81e 100644 --- a/configure.ac +++ b/configure.ac @@ -183,6 +183,8 @@ if test "x$INTEL" != "xno"; then else INTEL=no fi + else + INTEL=yes fi fi @@ -213,7 +215,7 @@ AC_OUTPUT([ echo "" echo "$PACKAGE_STRING will be compiled with:" echo "" -echo " Intel api yes" -echo " Radeon api $RADEON" +echo " Intel API $INTEL" +echo " Radeon API $RADEON" echo " Nouveau API $NOUVEAU" echo ""