blob: bc0a5f58b9c9ebeb48108cf1c42c4cda77b189aa (
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
|
--- orbit-config.in.orig Tue Dec 29 04:35:37 1998
+++ orbit-config.in Tue Dec 29 04:35:58 1998
@@ -27,8 +27,8 @@
Known values for TARGET are:
- client (calls glib-config)
- server (calls glib-config)
+ client (calls glib12-config)
+ server (calls glib12-config)
EOF
exit $1
@@ -86,8 +86,8 @@
;;
client|server)
- the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
- the_flags="$the_flags `glib-config --cflags` -I@includedir@"
+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib12-config --libs` @LIBS@ -lm"
+ the_flags="$the_flags `glib12-config --cflags` -I@includedir@"
;;
--use-service=*)
|