Fixed the recent detection of ORBit-2.0 by pkg-config(1).
authorshort <>
Tue, 4 Nov 2003 20:49:15 +0000 (20:49 +0000)
committershort <>
Tue, 4 Nov 2003 20:49:15 +0000 (20:49 +0000)
configure.in

index 0c92932..e429a92 100644 (file)
@@ -345,6 +345,8 @@ dnl for $(top_srcdir)/src/libcaptive/client/
 dnl Do not use '[client server]' as $4 to prevent: configure: test: too many arguments
 dnl  - currently this argument is not used by 'orbit2-config' in any way anyway
 PKG_CHECK_MODULES(ORBIT,ORBit-2.0)
+dnl AM_PATH_ORBIT2() also sets 'ORBIT_IDL':
+AC_PATH_PROG(ORBIT_IDL,orbit-idl-2)
 
 AC_ARG_WITH(orbit-line,[  --with-orbit-line=[link/linc/auto]   Use 'link' for ORBit2 >=2.7.x+ (def.=auto)],,with_orbit_line=auto)
 captive_save_CFLAGS="$CFLAGS"