comparison configure.ac @ 1119:17cbb862a8c6

Change modeline for cons_supp.c
author Thinker K.F. Li <thinker@codemud.net>
date Thu, 09 Dec 2010 00:33:41 +0800
parents fa5f71d4aa04
children eca737d33a18
comparison
equal deleted inserted replaced
1118:b319cbbf35c2 1119:17cbb862a8c6
124 124
125 # Validate options 125 # Validate options
126 [case "${backend}-${graphic_engine}-${image_loader}" in 126 [case "${backend}-${graphic_engine}-${image_loader}" in
127 X-cairo-*|X-openvg-imlib2|X-openvg-dummy) ;; 127 X-cairo-*|X-openvg-imlib2|X-openvg-dummy) ;;
128 dfb-cairo-*) ;; 128 dfb-cairo-*) ;;
129 console-openvg-imlib2) ;; 129 console-openvg-imlib2|console-openvg-dummy) ;;
130 none-*-*) ;; 130 none-*-*) ;;
131 *)] AC_MSG_ERROR([The combination of --with-backend=${backend}, --with-graphic-engine=${graphic_engine} and --with-image-loader=${image_loader} is invalid]) [;; 131 *)] AC_MSG_ERROR([The combination of --with-backend=${backend}, --with-graphic-engine=${graphic_engine} and --with-image-loader=${image_loader} is invalid]) [;;
132 esac] 132 esac]
133 133
134 [if [ x"${graphic_engine}" = x"skia" ]; then ] 134 [if [ x"${graphic_engine}" = x"skia" ]; then ]