From 126f2e1dce61170c776a43e75e732bba50802b28 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 30 Sep 2008 17:14:20 +0000 Subject: [PATCH] remove non ascii char before end of line, clean up some dnl lines so that syntax highlighting in emacs is working again as expected. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6355 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index f842ad521..3bfd46b56 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ if test "x$uname" = x; then uname="CYGWIN" fi -dnl Don't automatically add "-g" to compiler options... +dnl Do not automatically add "-g" to compiler options... ARCHFLAGS="${ARCHFLAGS:=}" CFLAGS="${CFLAGS:=}" CPPFLAGS="${CPPFLAGS:=}" @@ -85,7 +85,7 @@ case $uname in ;; esac -dnl Define the libraries and link options we'll need. +dnl Define the libraries and link options we will need. LINKFLTK="../lib/libfltk.a" LINKFLTKFORMS="../lib/libfltk_forms.a" LINKFLTKGL="../lib/libfltk_gl.a" @@ -568,7 +568,7 @@ if test x$enable_cairo = xyes; then dnl FIXME This part should be fixed so configure do not depend on dnl we do not rely on pkg-config . CXXFLAGS="`pkg-config --cflags cairo` $CXXFLAGS" - CAIROLIBS="-lcairo -lpixman-1" + CAIROLIBS="-lcairo -lpixman-1" LIBS="-lcairo -lpixman-1 $LIBS" fi