Skip to content

Commit

Permalink
fix bugs in configure ac
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezl committed May 6, 2015
1 parent 87a550f commit 9baa90a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AC_INIT(singa, 0.0.1, [email protected])
AC_CONFIG_SRCDIR([src/utils/common.cc])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
ACLOCAL_AMFLAGS = -I m4 --install

# Checks for programs.
Expand Down Expand Up @@ -38,16 +39,6 @@ AC_CHECK_LIB([opencv_highgui], [main], [], [
AC_CHECK_LIB([opencv_core], [main], [], [
AC_MSG_ERROR([unable to find the opencv_core])
])

#AC_SEARCH_LIBS([google_InitGoogleLogging], [glog], [], [
# AC_MSG_ERROR([unable to find the InitGoogleLogging() function])
# ])
#AC_SEARCH_LIBS([ParseCommandLineFlags], [gflags], [], [
# AC_MSG_ERROR([unable to find the ParseCommandLineFlags() function])
# ])
#AC_SEARCH_LIBS([DebugString], [protobuf], [], [
# AC_MSG_ERROR([unable to find the DebugString() function])
# ])
AC_SEARCH_LIBS([mdb_env_create], [lmdb], [], [
AC_MSG_ERROR([unable to find the mdb_env_create() function])
])
Expand Down

0 comments on commit 9baa90a

Please sign in to comment.