Changeset 147
- Timestamp:
- 12/20/04 11:39:43 (4 years ago)
- Files:
-
- wire/trunk/configure (modified) (1 diff)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/configure
r146 r147 5121 5121 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5122 5122 _ACEOF 5123 5124 LIBS="$LIBS -framework CoreServices -framework Carbon" 5123 5125 5124 5126 fi wire/trunk/configure.in
r146 r147 201 201 202 202 # Check for CoreServices (Mac OS X) 203 AC_CHECK_HEADERS([CoreServices/CoreServices.h]) 203 AC_CHECK_HEADERS([CoreServices/CoreServices.h], [ 204 LIBS="$LIBS -framework CoreServices -framework Carbon" 205 ]) 204 206 205 207
