diff options
Diffstat (limited to 'macros')
-rw-r--r-- | macros/ChangeLog | 5 | ||||
-rw-r--r-- | macros/gnome-pilot.m4 | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 364bd92cd8..17c1b1f865 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +2001-09-16 Eskil Heyn Olsen <eskil@eskil.dk> + + * gnome-pilot.m4: + PISOCK_CFLAGS no longer contains pilot-link version. + 2001-09-09 Eskil Heyn Olsen <eskil@eskil.dk> * gnome-pilot.m4: diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index fe8dc20885..dcf6bedff9 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -106,8 +106,6 @@ AC_DEFUN([PILOT_LINK_HOOK],[ CFLAGS="$CFLAGS_save" fi - PISOCK_CFLAGS="$PISOCK_CFLAGS -DGP_PILOT_LINK_VERSION=\\\"$PILOT_LINK_VERSION\\\"" - unset piversion_include unset pi_verion unset pi_major |