diff options
| author | 2000-06-02 17:03:00 +0000 | |
|---|---|---|
| committer | 2000-06-02 17:03:00 +0000 | |
| commit | 3b8b4c0ae94ef59182304990c38c20076a01f6a8 (patch) | |
| tree | 073c7ca02206f988e67474e0a71daf0317a18d89 /configure.in | |
| parent | Added support for environments with 64 bit kernel and 32 bit userland. (diff) | |
Modified support for 32/64 bit environments, control struct fields have fixed size now.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@27 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index a579257..6ae0bec 100644 --- a/configure.in +++ b/configure.in @@ -4,20 +4,7 @@ AC_INIT(Makefile.am) AM_INIT_AUTOMAKE(libraw1394, 0.6) AM_CONFIG_HEADER(config.h) -# AC_CANONICAL_HOST - AC_PROG_CC AM_PROG_LIBTOOL - -AC_ARG_ENABLE(32-64, - [ --enable-32-64 support systems with 64 bit kernel and 32 bit userland], - [ -case $enableval in -yes) AC_DEFINE(KERNEL64_USER32) ;; -no) ;; -*) AC_MSG_ERROR([ Invalid arg for --enable-32-64 ]) -esac - ]) - AC_OUTPUT([ Makefile src/Makefile debian/Makefile ]) |
