]> source.dussan.org Git - tigervnc.git/commitdiff
Fixed a compilation problem under Fedora Core 6. Now the rfb library uses external...
authorConstantin Kaplinsky <const@tightvnc.com>
Wed, 5 Sep 2007 08:59:32 +0000 (08:59 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Wed, 5 Sep 2007 08:59:32 +0000 (08:59 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2337 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/Makefile.in

index 70a088b11e149d386007f296b13dd9c0bf5c877d..65dfafc248fcbac5ebaeee3b46f75d5964473cd6 100644 (file)
@@ -73,7 +73,8 @@ SRCS = d3des.c $(CXXSRCS)
 
 OBJS = d3des.o $(CXXSRCS:.cxx=.o)
 
-DIR_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@
+DIR_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ \
+  @STRCASECMP_DEFINE@ @STRNCASECMP_DEFINE@
 
 library = librfb.a