Silence an automake warning on debian systems.
Этот коммит содержится в:
родитель
f4a3ddaae6
Коммит
87ed7d6eb9
@ -22,7 +22,7 @@ AC_PROG_LIBTOOL
|
|||||||
|
|
||||||
# Sets a conditional makefile variable so that certain Makefile tasks will be
|
# Sets a conditional makefile variable so that certain Makefile tasks will be
|
||||||
# performed only on linux (currently, add -luuid to LD_FLAGS)
|
# performed only on linux (currently, add -luuid to LD_FLAGS)
|
||||||
AM_CONDITIONAL([LINUX], [case $host_os in linux*) true;; *) false;; esac])
|
AM_CONDITIONAL(LINUX, [case $host_os in linux*) true;; *) false;; esac])
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user