Actually define the HAVE_LIBESD conditional.
* configure.in (have_libesd): Actually define the HAVE_LIBESD conditional.
This commit is contained in:
parent
0381c1472f
commit
51c7416991
2 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
1998-11-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in (have_libesd): Actually define the HAVE_LIBESD
|
||||||
|
conditional.
|
||||||
|
|
||||||
1998-10-30 <jrb@redhat.com>
|
1998-10-30 <jrb@redhat.com>
|
||||||
|
|
||||||
* capplets/screensaver-properties/callbacks.c (launch_miniview): Thou
|
* capplets/screensaver-properties/callbacks.c (launch_miniview): Thou
|
||||||
|
@ -5,7 +10,8 @@
|
||||||
(launch_miniview): thou shalt also not check in things before you save
|
(launch_miniview): thou shalt also not check in things before you save
|
||||||
the changes... (:
|
the changes... (:
|
||||||
|
|
||||||
1998-10-28 The Rasterman <raster@redhat.co<
|
1998-10-28 The Rasterman <raster@redhat.com>
|
||||||
|
|
||||||
* applets/esd-manager: added this.. going to work on it...
|
* applets/esd-manager: added this.. going to work on it...
|
||||||
|
|
||||||
1998-10-26 Raja R Harinath <harinath@cs.umn.edu>
|
1998-10-26 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
|
@ -167,8 +167,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl esd-manager
|
dnl esd-manager
|
||||||
AM_PATH_ESD(,AC_DEFINE(HAVE_LIBESD),
|
have_libesd=no
|
||||||
[AC_MSG_WARN([Warning: no EsounD detected.])])
|
AM_PATH_ESD(,have_libesd=yes,
|
||||||
|
[AC_MSG_WARN([*** \`esd-manager' will not be built ***])])
|
||||||
|
AM_CONDITIONAL(HAVE_LIBESD, test yes = $have_libesd)
|
||||||
|
|
||||||
dnl help-browser
|
dnl help-browser
|
||||||
dnl I found `inet_aton' in -lresolv on solaris
|
dnl I found `inet_aton' in -lresolv on solaris
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue