mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
acinclude: workaround for packages with empty FOO_CFLAGS
should probably be fixed differently but works for now ;-)
Origin commit data
------------------
Commit: b46a806cb9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
This commit is contained in:
@@ -278,7 +278,7 @@ AC_SUBST($1_LIBS)
|
|||||||
|
|
||||||
AC_DEFUN([TUXBOX_APPS_LIB_PKGCONFIG],[
|
AC_DEFUN([TUXBOX_APPS_LIB_PKGCONFIG],[
|
||||||
_TUXBOX_APPS_LIB_PKGCONFIG($1,$2)
|
_TUXBOX_APPS_LIB_PKGCONFIG($1,$2)
|
||||||
if test -z "$$1_CFLAGS" ; then
|
if test -z "$$1_CFLAGS" && test -z "$$1_LIBS"; then
|
||||||
AC_MSG_ERROR([could not find package $2]);
|
AC_MSG_ERROR([could not find package $2]);
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user