mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 22:30:28 +00:00
- LOCALSTATEDIR wird nicht mehr benoetigt.
This commit is contained in:
parent
1c00ddffec
commit
6fbb2b7a67
@ -9,7 +9,7 @@
|
|||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.37 2002/03/12 15:19:12 alex Exp $
|
# $Id: configure.in,v 1.38 2002/03/29 22:51:28 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisierung --
|
# -- Initialisierung --
|
||||||
@ -153,7 +153,6 @@ if test "$GCC" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'"
|
CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'"
|
||||||
CFLAGS="$CFLAGS -DLOCALSTATEDIR='\"\$(localstatedir)\"'"
|
|
||||||
|
|
||||||
# -- Ausgabe --
|
# -- Ausgabe --
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user