Changeset 4490
- Timestamp:
- 02/06/07 10:03:53 (2 years ago)
- Files:
-
- trackerd/trunk/configure (modified) (1 diff)
- trackerd/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/configure
r4416 r4490 3118 3118 3119 3119 # Check that we have a libwired in this directory 3120 if ! test -f libwired/configure; then3120 if ! test -f "$srcdir/libwired/configure"; then 3121 3121 3122 3122 { { echo "$as_me:$LINENO: error: could not locate libwired trackerd/trunk/configure.in
r4416 r4490 218 218 219 219 # Check that we have a libwired in this directory 220 if ! test -f libwired/configure; then220 if ! test -f "$srcdir/libwired/configure"; then 221 221 WT_MSG_LIBWIRED_ERROR 222 222 fi
