diff options
author | althekiller <althekiller@svn> | 2009-11-01 20:34:24 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2009-11-01 20:34:24 +0000 |
commit | 22fdfc84136fc162270c7fb4dc3f8dc846fa8f4a (patch) | |
tree | ce2ff6a66777b4f749eaa9f30cda9ef5a374b5d3 /configure.in | |
parent | fe5eb2094be0ad0e5897927b6923679b0b4c906d (diff) |
fixed: typo
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24179 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b27eb8a5e7..b7d4e7e928 100644 --- a/configure.in +++ b/configure.in @@ -705,7 +705,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h float.h inttypes.h limits.h locale.h \ malloc.h memory.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h \ strings.h sys/file.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h \ sys/time.h sys/timeb.h sys/vfs.h termios.h unistd.h utime.h wchar.h wctype.h]) -AC_CHECK_HEADERS([cdio/iso9660.h],,AC_MSG_ERROR([$missing_headers])]) +AC_CHECK_HEADERS([cdio/iso9660.h],,AC_MSG_ERROR([$missing_headers])) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STAT |