From 5667f0c5f1da0038ea9afe75b098fe632c857bc0 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 4 Jun 2013 20:33:26 +0000 Subject: sg_compare_and_write: fix wrprotect bug git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@498 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/Makefile.in') diff --git a/lib/Makefile.in b/lib/Makefile.in index f315a8b9..41c057fd 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -397,12 +397,11 @@ top_srcdir = @top_srcdir@ @OS_WIN32_MINGW_TRUE@ getopt_long.c -# For C++ testing -# CC = g++ +# For C++/clang testing # -std= can be c99, c11, gnu11, etc. Default is gnu89 (gnu90 is the same) AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -# AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c99 +# AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c11 lib_LTLIBRARIES = libsgutils2.la libsgutils2_la_LDFLAGS = -version-info 2:0:0 libsgutils2_la_LIBADD = @GETOPT_O_FILES@ @os_libs@ -- cgit v1.2.3