Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now implicit.

1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

	* acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN.  HAVE_ORBIT is
	now implicit.

	* Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL.

	* configure.in: The ORBit AM_CONDITIONAL is now in
	gnome-orbit-check.m4 as HAVE_ORBIT.
This commit is contained in:
Andrew T. Veliath 1998-11-13 04:22:02 +00:00 committed by Andrew T. Veliath
parent e50f5e9daf
commit 9c1c167ce5
3 changed files with 0 additions and 10 deletions

View file

@ -1,10 +1,8 @@
if ORBIT_INSTALLED
control_center = control-center
capplets = capplets
panel = panel
applets = applets
idl = idl
endif
always_built_SUBDIRS = \
gsm smproxy pixmaps desktop-links desktop-properties help-browser \

View file

@ -7,8 +7,6 @@
#undef HAVE_LIBSM
#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
#undef HAVE_PROGRAM_INVOCATION_NAME
#undef HAVE_ORBIT
#undef HAVE_MICO_ORB_RUN
#undef PACKAGE
#undef VERSION

View file

@ -60,12 +60,6 @@ for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
fi
done
dnl
dnl ORBit checks
dnl
GNOME_ORBIT_HOOK([have_orbit=true],[])
AM_CONDITIONAL(ORBIT_INSTALLED, test x$have_orbit = xtrue)
ORB_LIBS="$ORBIT_LIBS"
ORB_CFLAGS="$ORBIT_CFLAGS"