]> granicus.if.org Git - graphviz/commitdiff
apply change suggested in #2325
authorJohn Ellson <john.ellson@comcast.net>
Sat, 7 Sep 2013 00:51:39 +0000 (20:51 -0400)
committerJohn Ellson <john.ellson@comcast.net>
Sat, 7 Sep 2013 00:51:39 +0000 (20:51 -0400)
configure.ac

index 72a5ef008080d409f71190db3389b12497df2e78..2dfa576704098a92339e7e3a4b74f8987554eeeb 100644 (file)
@@ -3116,7 +3116,7 @@ int main(int argc, char **argv) {
 assert(argc);
 ; return 0; }
 EOF
-${CC-cc} -c $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext 1>&5
+${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5
 if test "x`nm conftest.o |$EGREP __eprintf`" != "x"; then
     AC_MSG_RESULT(yes)
     CFLAGS="$CFLAGS -DNDEBUG"