Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: Remove requirement for the 'ip-usbph' libraries
As this is no longer a part of the 'Aquaria' project, no
need to require the ip_usbph libraries for a user interface.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
  • Loading branch information
ezrec committed Jun 11, 2009
1 parent 3b649f1 commit 63d7b3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Expand Up @@ -11,10 +11,9 @@ AC_PROG_CC

# Checks for libraries.
AC_CHECK_LIB([usb], [usb_init])
AC_CHECK_LIB([ip-usbph], [ip_usbph_init])

# Checks for header files.
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h strings.h syslog.h unistd.h ip-usbph.h])
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h strings.h syslog.h unistd.h usb.h])

# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_INT16_T
Expand Down

0 comments on commit 63d7b3a

Please sign in to comment.