From c6fc51f0a6f98e6675a65fab267dfdf0f1e76065 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 14 Feb 2008 00:20:44 +0000 Subject: [PATCH] cmake: Look for swab. --- extras/buildsystem/cmake/include/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/buildsystem/cmake/include/config.cmake b/extras/buildsystem/cmake/include/config.cmake index 2c203e94c3..3eafde109d 100644 --- a/extras/buildsystem/cmake/include/config.cmake +++ b/extras/buildsystem/cmake/include/config.cmake @@ -109,7 +109,7 @@ vlc_check_functions_exist(putenv getenv setenv) set(CMAKE_EXTRA_INCLUDE_FILES) set(CMAKE_EXTRA_INCLUDE_FILES unistd.h) -vlc_check_functions_exist(isatty getcwd getuid) +vlc_check_functions_exist(isatty getcwd getuid swab) set(CMAKE_EXTRA_INCLUDE_FILES) set(CMAKE_EXTRA_INCLUDE_FILES sys/stat.h) -- 2.39.2