Check-in Number:
|
599 | |
Date: |
2001-Aug-02 16:56:53 (local)
2001-Aug-02 14:56:53 (UTC) |
User: | simons |
Branch: | |
Comment: |
Fixed suffix of the mystruct test. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/configure.ac 1.12 -> 1.13
--- configure.ac 2001/08/02 14:56:14 1.12
+++ configure.ac 2001/08/02 14:56:53 1.13
@@ -2,7 +2,7 @@
AC_INIT(libxds)
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.12 $)
+AC_REVISION($Revision: 1.13 $)
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -57,7 +57,7 @@
xml_64_bit_objects="xml-encode-int64.o xml-decode-int64.o"
xml_64_bit_objects="$xml_64_bit_objects xml-encode-uint64.o xml-decode-uint64.o"
tests_64_bit="xdr-int64.exe xdr-uint64.exe xml-int64.exe xml-uint64.exe"
- tests_64_bit="$tests_64_bit xds-mystruct"
+ tests_64_bit="$tests_64_bit xds-mystruct.exe"
fi
AC_SUBST([xds_uint8_t])
AC_SUBST([xds_uint16_t])
|
|