summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2018-12-25 16:43:35 +0100
committerDavid Tardon <dtardon@redhat.com>2018-12-25 16:43:35 +0100
commit004179fc13c5cbb94d174c0c48e79fcb0f0fbe20 (patch)
treefd5e6d64aedf344c5ae6da4756629aece4f616f4 /configure.ac
parentdce663b768c4fe93afb4153af8e61c7eb67171aa (diff)
remove unneeded check
Change-Id: Iee910a34ecfc1e01d602515c9b86d567dbc62c99
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5abaf08..a344f27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,10 +119,8 @@ AC_SUBST([BOOST_CFLAGS])
# ================
saved_CPPFLAGS="${CPPFLAGS}"
CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
-GLM_headers="glm/glm.hpp"
-AS_IF([test "x$enable_tests" == "xyes"], [GLM_headers="$GLM_headers glm/gtx/io.hpp"], [])
AC_CHECK_HEADERS(
- [$GLM_headers],
+ [glm/glm.hpp],
[],
[AC_MSG_ERROR([Required glm headers not found.])],
[]