diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-06-27 06:57:54 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-06-27 06:57:54 +0000 |
commit | e79dfa71175e407bc0f8dd9e723bf5129ff7d166 (patch) | |
tree | 7559035b613a1dd8204871b9a71e4196387acdb6 /configure.ac | |
parent | d55abb6de7c77a9ebbb760be33bef4ad47a0ee3f (diff) |
Force some Windows CE devices to use their real screen
resolution instead of 240x320 (iPAQ HX4700, eg) when
using GAPI.
SVN revision: 41213
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 08e9e16..3992d6a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -100,6 +100,8 @@ m4_ifdef([AC_PROG_OBJC], | |||
100 | AC_PROG_CXX | 100 | AC_PROG_CXX |
101 | AC_PROG_CC | 101 | AC_PROG_CC |
102 | 102 | ||
103 | LT_PROG_RC | ||
104 | |||
103 | 105 | ||
104 | ### Checks for libraries | 106 | ### Checks for libraries |
105 | 107 | ||