Changeset 4491
- Timestamp:
- 02/06/07 10:04:17 (1 year 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
r4414 r4491 2999 2999 3000 3000 # Check that we have a libwired in this directory 3001 if ! test -f libwired/configure; then3001 if ! test -f "$srcdir/libwired/configure"; then 3002 3002 3003 3003 { { echo "$as_me:$LINENO: error: could not locate libwired wire/trunk/configure.in
r4414 r4491 146 146 147 147 # Check that we have a libwired in this directory 148 if ! test -f libwired/configure; then148 if ! test -f "$srcdir/libwired/configure"; then 149 149 WR_MSG_LIBWIRED_ERROR 150 150 fi
