Make blame_draw check if the filename is NULL instead of empty
[tig.git] / contrib / config.make
blob4a3e55a897e75a3692fe1b0a83d737e6249cacd3
1 # Example config.make.
3 # Install files under /usr/local instead of under $HOME.
4 prefix=/usr/local
6 # Use ncursesw.
7 LDLIBS =-lncursesw
8 CPPFLAGS =-DHAVE_NCURSESW_CURSES_H
10 # Uncomment to enable work-around for missing setenv().
11 #NO_SETENV=y
13 # Uncomment to enable work-around for missing mkstemps().
14 #NO_MKSTEMPS=y
16 # vim: ft=make: