blob: 16c7d6e6189b2486f76cf7fa0ce457df8580ef02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
*** balsa-tech-verilog-20030204/configure.old Thu Mar 13 16:51:29 2003
--- balsa-tech-verilog-20030204/configure Thu Mar 13 16:51:32 2003
***************
*** 1610,1623 ****
fi
! if test ${BALSA_CONFIG}; then :
! else
! { { echo "$as_me:$LINENO: error: cannot find required balsa-config, install Balsa and add it to your path" >&5
! echo "$as_me: error: cannot find required balsa-config, install Balsa and add it to your path" >&2;}
! { (exit 1); exit 1; }; }
! fi
! ac_default_prefix=`${BALSA_CONFIG} -d`
prefix=${ac_default_prefix}
echo installed Balsa prefix is: ${ac_default_prefix}
--- 1610,1623 ----
fi
! #if test ${BALSA_CONFIG}; then :
! #else
! # { { echo "$as_me:$LINENO: error: cannot find required balsa-config, install Balsa and add it to your path" >&5
! #echo "$as_me: error: cannot find required balsa-config, install Balsa and add it to your path" >&2;}
! # { (exit 1); exit 1; }; }
! #fi
! ac_default_prefix=/usr
prefix=${ac_default_prefix}
echo installed Balsa prefix is: ${ac_default_prefix}
|