blob: 67fb863369c4c6d4d788135da88658ee0b09798a (
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
|
$FreeBSD$
--- orbit-config.in.orig Wed Sep 19 20:09:00 2001
+++ orbit-config.in Wed Oct 3 14:51:10 2001
@@ -28,8 +28,8 @@
Known values for TARGET are:
- client (calls glib-config)
- server (calls glib-config)
+ client (calls @GLIB_CONFIG@)
+ server (calls @GLIB_CONFIG@)
EOF
exit $1
@@ -87,8 +87,8 @@
;;
client|server)
- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
- the_flags="$the_flags `glib-config --cflags` "
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm"
+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` "
test "x$includedir" = "x/usr/include" \
|| the_flags="$the_flags -I$includedir "
;;
|