diff options
author | Eskil Heyn Olsen <eskil@eskil.dk> | 2001-09-17 12:32:38 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2001-09-17 12:32:38 +0800 |
commit | 169d9ae19a0eb165edc757eca753a757a02f60f7 (patch) | |
tree | 653148d7ab891d5551aa92fdab84d64252dd2086 | |
parent | 67b6c40da681378cf5d4bae8d1f92ec4f210d07e (diff) | |
download | gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.tar gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.tar.gz gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.tar.bz2 gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.tar.lz gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.tar.xz gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.tar.zst gsoc2013-evolution-169d9ae19a0eb165edc757eca753a757a02f60f7.zip |
PISOCK_CFLAGS no longer contains pilot-link version.
2001-09-16 Eskil Heyn Olsen <eskil@eskil.dk>
* gnome-pilot.m4:
PISOCK_CFLAGS no longer contains pilot-link version.
svn path=/trunk/; revision=12871
-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 |