1998-12-28 20:58:04 +00:00
|
|
|
--- 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)
|
1999-03-09 01:13:40 +00:00
|
|
|
+ client (calls glib12-config)
|
|
|
|
+ server (calls glib12-config)
|
1998-12-28 20:58:04 +00:00
|
|
|
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@"
|
1999-03-09 01:13:40 +00:00
|
|
|
+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib12-config --libs` @LIBS@ -lm"
|
|
|
|
+ the_flags="$the_flags `glib12-config --cflags` -I@includedir@"
|
1998-12-28 20:58:04 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
--use-service=*)
|