blob: c1377e529eb6fb056737075c6649a759fb20d474 (
plain) (
blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
--- configure.orig Sun Sep 15 03:22:13 2002
+++ configure Sun Sep 15 03:23:02 2002
@@ -8164,23 +8164,23 @@
else
PKG_CONFIG_MIN_VERSION=0.9.0
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
- echo "$as_me:$LINENO: checking for gail >= 1.0.0" >&5
-echo $ECHO_N "checking for gail >= 1.0.0... $ECHO_C" >&6
+ echo "$as_me:$LINENO: checking for gail >= 0.17" >&5
+echo $ECHO_N "checking for gail >= 0.17... $ECHO_C" >&6
- if $PKG_CONFIG --exists "gail >= 1.0.0" ; then
+ if $PKG_CONFIG --exists "gail >= 0.17" ; then
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
succeeded=yes
echo "$as_me:$LINENO: checking GAILUTIL_CFLAGS" >&5
echo $ECHO_N "checking GAILUTIL_CFLAGS... $ECHO_C" >&6
- GAILUTIL_CFLAGS=`$PKG_CONFIG --cflags "gail >= 1.0.0"`
+ GAILUTIL_CFLAGS=`$PKG_CONFIG --cflags "gail >= 0.17"`
echo "$as_me:$LINENO: result: $GAILUTIL_CFLAGS" >&5
echo "${ECHO_T}$GAILUTIL_CFLAGS" >&6
echo "$as_me:$LINENO: checking GAILUTIL_LIBS" >&5
echo $ECHO_N "checking GAILUTIL_LIBS... $ECHO_C" >&6
- GAILUTIL_LIBS=`$PKG_CONFIG --libs "gail >= 1.0.0"`
+ GAILUTIL_LIBS=`$PKG_CONFIG --libs "gail >= 0.17"`
echo "$as_me:$LINENO: result: $GAILUTIL_LIBS" >&5
echo "${ECHO_T}$GAILUTIL_LIBS" >&6
else
@@ -8188,7 +8188,7 @@
GAILUTIL_LIBS=""
## If we have a custom action on failure, don't print errors, but
## do set a variable so people can do so.
- GAILUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gail >= 1.0.0"`
+ GAILUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gail >= 0.17"`
echo $GAILUTIL_PKG_ERRORS
fi
@@ -8203,8 +8203,8 @@
if test $succeeded = yes; then
:
else
- { { echo "$as_me:$LINENO: error: Library requirements (gail >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-echo "$as_me: error: Library requirements (gail >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
+ { { echo "$as_me:$LINENO: error: Library requirements (gail >= 0.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
+echo "$as_me: error: Library requirements (gail >= 0.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
{ (exit 1); exit 1; }; }
fi
|