Skip to content

Commit

Permalink
added missing changes for r686
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@687 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
zdenop@gmail.com committed Mar 1, 2012
1 parent 49c4ce3 commit 657722a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions ccutil/scanutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifdef EMBEDDED

#include <ctype.h>
#include <stdarg.h>
#include <stddef.h>
Expand Down Expand Up @@ -549,4 +547,4 @@ int creat(const char *pathname, mode_t mode)
return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
}

#endif // EMBEDDED
#endif // EMBEDDED
6 changes: 1 addition & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ AC_CONFIG_FILES(java/com/google/Makefile)
AC_CONFIG_FILES(java/com/google/scrollview/Makefile)
AC_CONFIG_FILES(java/com/google/scrollview/events/Makefile)
AC_CONFIG_FILES(java/com/google/scrollview/ui/Makefile)
AC_CONFIG_FILES(doc/Makefile)
fi
AC_CONFIG_FILES(doc/Makefile)
# AC_CONFIG_FILES(doc/Doxyfile)
# AC_CONFIG_FILES(doc/header.html)
# AC_CONFIG_FILES(doc/footer.html)
Expand Down Expand Up @@ -453,10 +453,6 @@ AH_BOTTOM([
/* Miscellaneous defines */
#define AUTOCONF 1

#ifdef DISABLE_GRAPHICS
#define GRAPHICS_DISABLED
#endif

/* Not used yet
#ifndef NO_GETTEXT
#define USING_GETTEXT
Expand Down

0 comments on commit 657722a

Please sign in to comment.