fix problems with am__fastdepOBJC not being in AM_CONDITIONAL()

let's hope I'm right...



SVN revision: 40544
This commit is contained in:
Gustavo Sverzut Barbieri 2009-05-08 05:20:44 +00:00
parent a5cca2bc73
commit de83bd76a3
3 changed files with 2 additions and 6 deletions

View File

@ -92,6 +92,7 @@ m4_ifdef([AC_PROG_OBJC],
AC_CHECK_TOOL([OBJC], [gcc])
AC_SUBST([OBJC])
AC_SUBST([OBJCFLAGS])
AM_CONDITIONAL([am__fastdepOBJC], false)
]
)
AC_PROG_CXX

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: expedite
Section: x11
Priority: optional
Maintainer: quaker <quaker66@gmail.com>
Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool
Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool, libxext-dev
Standards-Version: 3.8.1
Homepage: http://www.enlightenment.org

View File

@ -144,11 +144,6 @@ endif
if BUILD_QUARTZ
expedite_SOURCES += \
engine_quartz.m engine_quartz.h
### add to SOURCES one we know how to fix:
# /usr/share/automake-1.9/am/depend2.am: am__fastdepOBJC does not appear in
# AM_CONDITIONAL
# engine_quartz.m
endif
if BUILD_SOFTWARE_16_X11