Skip to content

Commit

Permalink
configure now sets HAVE_xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
rosinski committed Dec 24, 2006
1 parent 614ecc2 commit cd81ac0
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 129 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = @CC@
CFLAGS = -DHASH @CFLAGS@ @THREADFLAGS@ @FDEFS@ @THREADDEFS@ @DEFS@ @PAPIPREP@ @BITFLAGS@
CFLAGS = @CFLAGS@ @THREADFLAGS@ @FDEFS@ @THREADDEFS@ @DEFS@ @PAPIPREP@ @BITFLAGS@

LIBNAME = libgptl.a
LIBDIR = @prefix@/lib
Expand Down
Loading

0 comments on commit cd81ac0

Please sign in to comment.