Skip to content

Commit 60c1747

Browse files
committed
Eggdrop v1.9.5 Release Candidate 1
1 parent 3cf9273 commit 60c1747

File tree

4 files changed

+465
-6
lines changed

4 files changed

+465
-6
lines changed

aclocal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ AC_DEFUN([EGG_CHECK_MODULE_SUPPORT],
573573
[
574574
MODULES_OK="yes"
575575
MOD_EXT="so"
576-
DEFAULT_MAKE="debug"
576+
DEFAULT_MAKE="eggdrop"
577577
LOAD_METHOD="dl"
578578
WEIRD_OS="yes"
579579
UNKNOWN_OS="no"

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5905,7 +5905,7 @@ $as_echo "$egg_cv_var_system_release" >&6; }
59055905

59065906
MODULES_OK="yes"
59075907
MOD_EXT="so"
5908-
DEFAULT_MAKE="debug"
5908+
DEFAULT_MAKE="eggdrop"
59095909
LOAD_METHOD="dl"
59105910
WEIRD_OS="yes"
59115911
UNKNOWN_OS="no"

0 commit comments

Comments
 (0)