diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-31 09:00:54 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-31 09:00:54 +0000 |
commit | 5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4 (patch) | |
tree | 8d6f30d58eeb9b379d0db577f7f5d9e975a1d149 /configure.in | |
parent | 48221f4dfda01b750f5d00548d8c37a578d3a53b (diff) | |
download | wireshark-5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4.tar.gz wireshark-5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4.tar.bz2 wireshark-5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4.zip |
Second try to move crc routines to libwsutil.
This time keep the tvb routines in epan.
Now we can use common crc routines outside epan.
svn path=/trunk/; revision=38810
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index aa2bae3883..417e120670 100644 --- a/configure.in +++ b/configure.in @@ -1988,7 +1988,6 @@ AC_OUTPUT( doc/Makefile docbook/Makefile epan/Makefile - epan/crc/Makefile epan/crypt/Makefile epan/doxygen.cfg epan/dfilter/Makefile |