From 719780e6ec65addfabbfb75a9f8b0749d658e3ea Mon Sep 17 00:00:00 2001 From: Cedric Bastoul Date: Wed, 7 Dec 2011 01:35:21 +0100 Subject: [PATCH] Fix typo in OSL_CPPFLAGS --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index addb34e..1861758 100644 --- a/configure.ac +++ b/configure.ac @@ -182,7 +182,7 @@ build) ;; system) if test "x$with_osl_prefix" != "x"; then - OSL_CPPFLAGS="-D$osl_flag --I$with_osl_prefix/include" + OSL_CPPFLAGS="-D$osl_flag -I$with_osl_prefix/include" fi if test "x$with_osl_exec_prefix" != "x"; then OSL_LDFLAGS="-L$with_osl_exec_prefix/lib" -- 2.11.4.GIT